summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/postbuildscript003.xml
blob: d10483c057ea416fa3e887d0c5a5318c01384734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <org.jenkinsci.plugins.postbuildscript.PostBuildScript>
      <markBuildUnstable>false</markBuildUnstable>
      <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>