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

Incorrect state shown for non completed stages after a failure

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • blueocean-plugin
    • None
    • pacific

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

            cliffmeyers Cliff Meyers
            michaelneale Michael Neale
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: