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

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

    XMLWordPrintable

Details

    • 1.0

    Description

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

      Attachments

        Activity

          michaelneale Michael Neale added a comment -

          cc imeredith this is similar problem to one you fixed recently but without any stages - I wonder if this sounds familiar to you?

          michaelneale Michael Neale added a comment - cc imeredith this is similar problem to one you fixed recently but without any stages - I wonder if this sounds familiar to you?
          michaelneale Michael Neale added a comment -

          Actually is resolved by: https://github.com/jenkinsci/blueocean-plugin/pull/648 (I verified)

          michaelneale Michael Neale added a comment - Actually is resolved by: https://github.com/jenkinsci/blueocean-plugin/pull/648 (I verified)
          michaelneale Michael Neale added a comment -

          was fixed some time ago it seems.

          michaelneale Michael Neale added a comment - was fixed some time ago it seems.

          People

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

            Dates

              Created:
              Updated:
              Resolved: