|
To configure an Ant executable for a Task:
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).
|
Configuring Tasks
Editing a Job