Grails for Hudson/Jenkins 中的自定义环境
我正在使用 Jenkins(以前称为 Hudson)的 Grails 插件,但没有找到为目标指定自定义环境的方法。
我在targets
输入中尝试了-Dgrails.env=myEnvironment war
,在Properties
中尝试了-Dgrails.env=integration
> 输入配置部分没有任何运气。
I'm using the Grails plugin for Jenkins (formerly Hudson) and didn't find a way to specify a custom environment for a target.
I tried -Dgrails.env=myEnvironment war
in the targets
input and -Dgrails.env=integration
in the Properties
input of the config section without any luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够将 grails.env=integration 放入 Build With Grails 构建步骤的属性窗格中。那是你尝试过的吗?
You should just be able to put
grails.env=integration
in the properties pane of the Build With Grails build step. Is that what you tried?