Runs Ant Script.
The plugin provides the ability for the user to define additional inputs that will be available to the scripts when executing.
In addition, the plugin provides the ability for the user to define any number of outputs from the execution of the script that could be utilized in subsequent steps in the workflow.
...
Property Name | Property Code | Required | Description |
---|---|---|---|
Ant Java Home |
| No | The JAVA_HOME directory to be used by the target for builds. |
Ant Home |
| No | An ANT_HOME to use instead of the version of Ant packaged in the plugin. |
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Build XML |
| Yes | Ant script to execute. |
Run Target |
| No | Target operation in the Ant script to execute. If this is left blank, the script's default target will be used. |
...