jenkins-job-builder/tests/publishers/fixtures/postbuildscript003.xml
Alexandre Conrad a694c5dc4d support execute-on for postbuildscript
Change-Id: Iccf1fc6bc98f0e78cafc6184b64844be6eba19b8
2014-05-01 06:55:36 -07:00

16 lines
517 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.jenkinsci.plugins.postbuildscript.PostBuildScript>
<buildSteps>
<hudson.tasks.Shell>
<command>echo &quot;Shell execution&quot;</command>
</hudson.tasks.Shell>
</buildSteps>
<scriptOnlyIfSuccess>true</scriptOnlyIfSuccess>
<scriptOnlyIfFailure>false</scriptOnlyIfFailure>
<executeOn>MATRIX</executeOn>
</org.jenkinsci.plugins.postbuildscript.PostBuildScript>
</publishers>
</project>