|
To configure an Ant builder for a Job:
If you are creating a new Plan or new Job, start at step 2.
build.xml). You can include variables (see Using Global or Build-specific Variables).test (this will run the Ant target '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 Ant targets can be specified with a space-delimited list. You can also include variables (see Using Global or Build-specific Variables).
|
Specifying a Builder
Editing a Job