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

Need to be able to delete a whole stage

XMLWordPrintable

    • iapetus

      I named my stage something horrible and unforgivable, yet I am unable to delete it (stack trace results).

      Reproducable with:

      pipeline {
        agent any
        stages {
          stage('first') {
            steps {
              retry(count: '5') {
                sh('echo 42')
              }
            }
          }
        }
      }
      

            kzantow Keith Zantow
            michaelneale Michael Neale
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: