ccfe2daf8a
This patch hides differences between versions of this plugin. From version 2.0, Groovy Postbuild plugin introduces Script Security Plugin. It adds new options and also it changes xml structure. You can find all details on home page in "Migration from 1.x" section: https://wiki.jenkins-ci.org/display/JENKINS/Groovy+Postbuild+Plugin Change-Id: Ica4ef3132f9ea56f57ec3cf1590021750bfea594 Signed-off-by: Lukas Bednar <lbednar@redhat.com> Closes-bug: #1392360
10 lines
321 B
XML
10 lines
321 B
XML
<?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>
|