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

Clicking re-run won't show up steps when there are no stages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • blueocean-plugin
    • None
    • 1.0

      To reproduce:

      • Create a pipeline with the contents below
      • Run it once
      • Open results screen and press re-run
      • Note that it fails to show any in progress steps - they appear all at once

      Expected:

      • Should show up steps as they complete
      node {
          echo 'first step'
          sh 'sleep 1; echo `date` first;'
          echo 'first step end'
          echo 'Second coming up'
          sh 'sleep 1; echo `date` second;'
          echo '9th'
          sh 'sleep 1; echo `date`;'
          echo '10th'
          sh 'sleep 1; echo `date`;'
          echo 'and we are finished'
          sh 'echo end; error 1'        
      
      }
      

            tscherler Thorsten Scherler
            michaelneale Michael Neale
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: