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).

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

              Created:
              Updated:
              Resolved: