|
To configure a Grails builder for a Job:
If you are creating a new Plan or new Job, start at step 2.
clean test-app |
-Djava.awt.headless=true (this will pass the parameter 'java.awt.headless' with a value of 'true') and include variables (see Using Global or Build-specific Variables).
Please be aware that unlike Ant or Maven, Grails generally does not permit the execution of a series of commands on the same line. Therefore, each Grails command should be entered on a new line in the 'Grails Commands' text box. For example, the following Grails commands,
will set the version of your Grails application to that of your Bamboo build key value, run unit tests within the Grails application and then create a JEE Web Application Archive (WAR) file from the Grails application. |
You can then specify these generic JDK capabilities as requirements for your Job. |
Specifying a Builder
Editing a Job