-
New Feature
-
Resolution: Unresolved
-
Minor
-
Jenkins ver. 1.651
Allowing to retry a shell build step up to N times can be very convenient to solve certain issues like JENKINS-30064 in a more general way.
Also the current feature that allows to retry a whole job might be overkill in some situations where we only want to retry certain build steps and not the whole job.
[JENKINS-33303] Allow to retry shell build step up to N times
Epic Link |
New:
|
Epic Link |
Original:
|
Assignee | New: Félix Belzunce Arcos [ fbelzunc ] |
Workflow | Original: JNJira [ 169202 ] | New: JNJira + In-Review [ 183400 ] |
Not really needed for shell/batch steps as the script can do the job of doing retries as appropriate. Seems like an overly complex solution to a problem that doesn't really exist.