0
votes

Does anyone have a mechanism to simulate what the promoted builds plugin does or the batch tasks plugin does, but for pipeline builds?

I want to be able to for example, run the maven release plugin after a build, or as the promoted plugin allows, "promote" a build.

The best case scenario would be that the promoted builds plugin or the batch task plugin would take a pipeline as input...

Or possible allow me to call another job (optionally) once a build is finished - but then I would want that job to run on this result.

1

1 Answers

0
votes

You can define pipelines at promotion time with this plugin :

https://wiki.jenkins.io/display/JENKINS/Promoted+Builds+Plugin