-
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.
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.