jenkins-job-builder/tests/builders/fixtures/ant002.yaml

12 lines
234 B
YAML

builders:
- ant:
targets: "debug test install"
buildfile: "build.xml"
properties:
builddir: "/tmp/"
failonerror: true
java-opts:
- "-ea"
- "-Xmx512m"
ant-name: "Standard Ant"