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

Job Resume Option in a scripted Pipeline

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: Critical Critical
    • pipeline
    • None

      Hi Jenkins team,

      We have got a scripted (DSL) pipeline where we have multiple stages like,

      stage('prepare')

      ...

      stage('build image')

      ...

      stage('verify')

      ...

      stage('deploy')

      ...

      stage('test')

       

      Now if a job fails at verify or deploy, we don't want to start again from start and want to have an option to resume the job from the very same stage where it failed. For example, if it failed at 'deploy' stage, we should have an option to restart 'deploy' stage again. 

      Any help would be highly appreciated.

      Thanks.

            Unassigned Unassigned
            atif Atif Rasheed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: