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

REGRESSION: Window view does not follow long logs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • blueocean-plugin
    • None
    • iapetus

      You can see a video of it here:
      http://www.giphy.com/gifs/26xBJwaD7pnH7wdiw

      It should make the view scroll down to tail the log.

      To reproduce:

      node {
          stage('yeah') {
              sh 'ping -c 40 www.apple.com'    
          }   
          
          stage('shorty') {
              sh 'ping -c 5 www.apple.com'
          }
          
      }
      

      Run this as a basic pipeline, and as long as your screen height isn't too high, you will see it.

      This should follow along with the log. When the log completes, it would be folded away, and it starts again.

            sophistifunk Josh McDonald
            michaelneale Michael Neale
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: