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

REGRESSION: activity/branch run status is not updated after closing karaoke mode

XMLWordPrintable

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

      After following along a pipeline to completion, if you close the completed results window, it still shows up as running in Branches tab (and activities). The toast never goes away either.

      To reproduce:

      Setup the kzantow/failure-project multibranch pipeline.
      Open the pipeline and branches tab
      Run the "michaelneale" branch from the branches tab
      Click into the running job
      Wait for it to finish (karaoke mode)
      Close the results screen to return to branches - not that the pipeline says it is still running in the listing, but it isn't.

      Repeat the above for a non multibranch pipeline (script below) and you can see the same from the activity tab.

      The ATH should be enhanced to cover this case (it looks already for the result screen changing state, but needs to close the tab and check the item in the listing has stopped running).

      Example:
      https://media.giphy.com/media/l0MYSXp5f8MCA9TAQ/giphy.gif

      Pipeline:

          node {
              sh "echo 42"
              sh "sleep 8"
              sh "echo 43"
              
          }
          
      }
      

      YOu can see it happening here:

      https://media.giphy.com/media/l2JhKwdAFvGv60PUA/giphy.gif

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

              Created:
              Updated:
              Resolved: