jenkins-job-builder/tests/builders/fixtures/shell-mapping.xml

10 lines
214 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<hudson.tasks.Shell>
<command>make test</command>
<unstableReturn>0</unstableReturn>
</hudson.tasks.Shell>
</builders>
</project>