Custom Environment in Grails for Hudson/Jenkins -


I am using the Grails plugin for Jenkins (formerly Hudson) and there is no way to specify a custom environment for it

A goal.

I tried in -Dgrails.env = myEnvironment war in target input and -Dgrails.env = integration any

You can only Grails.env = integration should be able to put Grails Build Build in the Build Properties panel. Have you tried?

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -