jenkins-job-builder/tests/builders/fixtures/batch.xml
Marc Abramowitz 9202e68107 Add additional yaml/xml tests, literalinclude them
instead of using inline examples in docstrings. With literalinclude, we
know the examples are tested.

Change-Id: I95fbb4726bd6731d9687d09a3d6e7d4e5a445131
2014-04-29 11:57:15 -07:00

9 lines
183 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<hudson.tasks.BatchFile>
<command>foo/foo.bat</command>
</hudson.tasks.BatchFile>
</builders>
</project>