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

Can't click on blue ocean in-progress stages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • blueocean-plugin
    • None
    • Jenkins 2.103, Blue Ocean 1.4.0, Chrome 64, Mac OS Sierra

      With the following pipeline

      pipeline {
          agent any
          stages {
              stage('Wait') {
                  parallel {
                      stage('First') {
                          steps {
                              sleep 20
                          }
                      }
                      stage('Second') {
                          steps {
                              sleep 40
                          }
                      }
                  }
              }
          }
      }

      I can’t click on the second (bottom) bubble in the visualization. When I do, the highlighted bubble remains the first (top). Nevertheless, a no-op entry is added to the browser history stack (so if I futilely click ten times on the second bubble, I have to click back eleven times to actually go back).

      Once the first stage completes, I can click on the second.

            Unassigned Unassigned
            mhackner Michael Hackner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: