Monitoring Ant running from within Hudson
Enable monitoring
- From the Hudson dashboard select desired job by clicking on its name
- On job page click "Configure" button
- Scroll to "Build" section of job configurations page
- Modify "Invoke Ant" build step:
- Click "Advanced..." button to show advanced options
- Add the following to the "Java Options" field:
_ONE_AGENT_
_A_
_TWO_AGENTS_
- If Ant runs on a 64-bit JVM:
_A_64_
- If Ant runs on a 32-bit JVM:
_A_32_
_END_AGENTS_
- Save job