2014-04-25 17:14:01 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<project>
|
|
|
|
<publishers>
|
|
|
|
<org.jenkinsci.plugins.postbuildscript.PostBuildScript>
|
2017-12-28 16:23:57 -05:00
|
|
|
<markBuildUnstable>false</markBuildUnstable>
|
2014-04-25 17:14:01 -07:00
|
|
|
<buildSteps>
|
|
|
|
<hudson.tasks.Shell>
|
|
|
|
<command>echo "Shell execution"</command>
|
|
|
|
</hudson.tasks.Shell>
|
|
|
|
</buildSteps>
|
|
|
|
<scriptOnlyIfSuccess>true</scriptOnlyIfSuccess>
|
|
|
|
<scriptOnlyIfFailure>false</scriptOnlyIfFailure>
|
|
|
|
<executeOn>MATRIX</executeOn>
|
|
|
|
</org.jenkinsci.plugins.postbuildscript.PostBuildScript>
|
|
|
|
</publishers>
|
|
|
|
</project>
|