snippetMinor
In jenkins, how to re-run old builds of a job?
Viewed 0 times
buildsjenkinshowoldjobrun
Problem
Some old builds are failed in my jenkins job and I need to re-run them again. How to do that?
Solution
If the job is a jenkins pipeline, open the failed build and select the
Sample Replay Option:
Sample Rebuild Option:
Replay option. Otherwise select the Rebuild option.Sample Replay Option:
Sample Rebuild Option:
Context
StackExchange DevOps Q#6584, answer score: 7
Revisions (0)
No revisions yet.