1

I run a multi-configuration project in jenkins that does several different builds, I would like to run a script when all the sub-configuration/builds are finished.

Is there any thing like a PostBuild action for a multi-configuration job in Jenkins?

Johan Dahlin
  • 25,300
  • 6
  • 40
  • 55

1 Answers1

0

The PostBuildScript plugin should do what you need - make sure to get the latest version since older versions had a bug that would run the script after every execution of the multi-config build.

gareth_bowles
  • 20,760
  • 5
  • 52
  • 82