[ARCHIVED] Fork of https://wiki.jenkins.io/display/JENKINS/PostBuildScript+Plugin - T253335

Clone this repo:
  1. cdceece [maven-release-plugin] prepare for next development iteration by Gregory Boissinot · 9 years ago master
  2. 8849159 [maven-release-plugin] prepare release postbuildscript-0.17 by Gregory Boissinot · 9 years ago postbuildscript-0.17
  3. f00fdf5 Merge pull request #13 from ChakaZulu/master by Gregory Boissinot · 9 years ago
  4. ecc2cba added an option to set the build to unstable instead of failed if the script returns an error by Michael Schuele · 9 years ago
  5. fafb95f [maven-release-plugin] prepare for next development iteration by Gregory Boissinot · 10 years ago

PostBuildScript, Jenkins plugin

Can run the following things after a build:

  • Bath or shell script
  • Groovy script
  • Normal build steps

Can be also be parameterized on build status (i.e., only run when build is successful)