我正在使用Jenkins(以前称为Hudson)的Grails插件,但没有找到为目标指定自定义环境的方法。
我试过了 -Dgrails.env=myEnvironment war
在里面 targets
输入和 -Dgrails.env=integration
在里面 Properties
输入配置部分没有任何运气。
我正在使用Jenkins(以前称为Hudson)的Grails插件,但没有找到为目标指定自定义环境的方法。
我试过了 -Dgrails.env=myEnvironment war
在里面 targets
输入和 -Dgrails.env=integration
在里面 Properties
输入配置部分没有任何运气。
你应该只能放 grails.env=integration
在Build With Grails构建步骤的属性窗格中。那是你试过的吗?