Incorrect state shown for non completed stages after a failure

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

XMLWordPrintable

      If you create a 3 stage pipeline, run it a few times (successfully) and then change it so it breaks in an early stage, the stage graph will show the incorrect "waiting" state.

      node {
          stage('first') {
              //after a few runs break this script
              sh 'echo 42'
          
          }
          
          stage('second') {
              sh 'echo 42'
              
          }
          
          stage('third') {
              sh 'echo 42'
      
              
          }
          
      }
      

            Assignee:
            Cliff Meyers
            Reporter:
            Michael Neale
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: