5579395bc3
Updates the PostBuildScript plugin to support the 2.x version which had a major overhaul of the XML output for the plugin. Change-Id: I9ff3161bc50be236013e32f3ca9ad81b38004dc8 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
11 lines
372 B
XML
11 lines
372 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<org.jenkinsci.plugins.postbuildscript.PostBuildScript>
|
|
<markBuildUnstable>false</markBuildUnstable>
|
|
<scriptOnlyIfSuccess>true</scriptOnlyIfSuccess>
|
|
<scriptOnlyIfFailure>false</scriptOnlyIfFailure>
|
|
</org.jenkinsci.plugins.postbuildscript.PostBuildScript>
|
|
</publishers>
|
|
</project>
|