Ram
Ram

Reputation: 173

How to rebuild Jenkins pipeline

We have been using Rebuilder plugin (https://wiki.jenkins.io/display/JENKINS/Rebuild+Plugin) on our Jenkins and see a lot of value with that.

However, I dont see the "Rebuild" / "Rebuild with parameters" action for pipeline jobs. Am I missing a configuration / version?

If you know of any other plugin that allows re-building a pipeline job, with an ability to modify the parameters, defaulting to parameters of last run, that would be good too.

We are using Jenkins "CloudBees Jenkins Enterprise 2.46.24.0.2-fixed". Rebuilder plugin version is 1.25

Screenshots for both types of job here:

enter image description here

Upvotes: 5

Views: 10569

Answers (3)

Christophe
Christophe

Reputation: 699

I had the same problem when I was not logged in to jenkins (due VPN disconnection and reconnection). Logging in to jenkins via the top right link solved the issue for me

Upvotes: 0

Ram
Ram

Reputation: 173

For a Pipeline job, the rebuild option does not come at the job level. Rather it comes at job execution instance level. Click on build number to go that execution, and the option will show up, as per screenshot below: enter image description here

Upvotes: 6

Ashokekumar S
Ashokekumar S

Reputation: 361

go to the console output page for the respective build number, on the left you would have an option by name "replay".

Upvotes: 0

Related Questions