summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/groovy-postbuild000.xml
blob: c0e2a9e55eeee80e7e4816f43aa9ae0666d9c520 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder>
      <behavior>1</behavior>
      <groovyScript>manager.buildFailure()</groovyScript>
    </org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder>
  </publishers>
</project>