|
To configure a Maven builder for a Job:
If you are creating a new Plan or new Job, start at step 2.
pom.xml in the root of the working sub directory.clean test (this will run the Maven goal 'clean' followed by the Maven goal 'test'). You can also use '-D' to define one or more JVM parameters, e.g.: -Djava.awt.headless=true (this will pass the parameter 'java.awt.headless' with a value of 'true'). Multiple maven goals can be specified with a space-delimited list. You can also include variables (see Using Global or Build-specific Variables).You can then specify these generic JDK capabilities as requirements for your Job. |
Specifying a Builder
Editing a Job