jenkins-job-builder/tests/builders/fixtures/ant002.xml
tanhengyeow 516858a9c4 ant: Refactor code to improve readability
Change-Id: I3d56a18b140e6660c91e144f5bd27db3d8fbded3
Signed-off-by: Tan Heng Yeow <E0032242@u.nus.edu>
2018-08-12 21:53:16 +08:00

16 lines
357 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<hudson.tasks.Ant>
<targets>debug test install</targets>
<buildFile>build.xml</buildFile>
<antName>Standard Ant</antName>
<antOpts>-ea
-Xmx512m</antOpts>
<properties>builddir=/tmp/
failonerror=True
</properties>
</hudson.tasks.Ant>
</builders>
</project>