HiveBrain v1.2.0
Get Started
← Back to all entries
snippetMinor

In jenkins, how to re-run old builds of a job?

Submitted by: @import:stackexchange-devops··
0
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 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.