Need to be able to delete a whole stage

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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')
              }
            }
          }
        }
      }
      

            Assignee:
            Keith Zantow
            Reporter:
            Michael Neale
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: