Commit Graph

3 Commits

Author SHA1 Message Date
Sergey Yudin 231883819a Option to mark build as unstable in PostBuildScript publisher
Change-Id: I0c0817397e22ef585e5ba4be4b038395b6d21b3d
2015-11-16 19:58:37 +00:00
Khai Do 90eceb7478 deprecate postbuildscript onsuccess and onfailure parameter names
The postbuildscript module's 'onsuccess' and 'onfailure' parameters
names were slightly confusing.  This change deprecates those parameter
names and replaces them with less confusing names.  The new names
are more closely matched to the ones that get added to the xml.

Change-Id: Ifb76129852816aa3f8ee6bb7f609a2344ccc7a69
2014-12-15 09:53:17 -08:00
Antoine Musso c88f827686 Support the Post Build Script plugin
Lets one execute a shell/groovy script or any builder AFTER the build
has complete.

https://wiki.jenkins-ci.org/display/JENKINS/PostBuildScript+Plugin

All existing builders should be supported since this patch call the
usual dispatcher.

Change-Id: Ide059ec9fd0e556f0c50ec992a6021eb5afb261c
2014-03-14 23:05:22 +01:00