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

Incorrect state shown for non completed stages after a failure

    XMLWordPrintable

Details

    • pacific

    Description

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

      Attachments

        Activity

          There are no comments yet on this issue.

          People

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

            Dates

              Created:
              Updated:
              Resolved: