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

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

XMLWordPrintable

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

            Assignee:
            Thorsten Scherler
            Reporter:
            Michael Neale
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: