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

Mouseover on stage logs generates gibberish with deeply nested blocks

XMLWordPrintable

      Looks like an unintended side effect here of showing the end steps for blocks, but run the following pipeline:

      stage('sample') {
          node {
              dir('sample') {
                  dir('more') {
                      sh 'failme'
                  }
              }
          }
      }
      

      Then mouseover the stage and look at the popup, which will now extend above the top of the screen and show some serious ugliness (see screenshot).

            svanoort Sam Van Oort
            svanoort Sam Van Oort
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: