Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-33303

Allow to retry shell build step up to N times

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Minor Minor
    • core
    • 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

          Daniel Beck added a comment -

          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.

          Daniel Beck added a comment - 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.

          Leo Gallucci added a comment - The problem exists, see travis_retry or https://github.com/jenkinsci/workflow-plugin/blob/master/basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/RetryStep.java

            fbelzunc FĂ©lix Belzunce Arcos
            elgalu Leo Gallucci
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: