• pannonian, iapetus, 1.0

      When clicking a failed stage (or directly going to it), the log does not scroll to the end, which is presumably where you could see an error.

      Noticed on ci: https://ci.blueocean.io/blue/organizations/jenkins/Pipeline%20Editor/detail/PR-15/1/pipeline/11

          [JENKINS-40860] Go to the end of the expanded log

          Thorsten Scherler added a comment - - edited

          Thorsten Scherler added a comment - - edited kzantow that link is not working anymore. How can I reproduce this? e.g. https://ci.blueocean.io/blue/organizations/jenkins/blueocean/detail/feature%2FJENKINS-38598-create-pipeline-from-github/4/pipeline works as expected

          Keith Zantow added a comment -

          tscherler I really should owe you a jenkinsfile, but noticed this again here: https://ci.blueocean.io/blue/organizations/jenkins/Pipeline%20Editor/detail/PR-17/16/pipeline

          Keith Zantow added a comment - tscherler I really should owe you a jenkinsfile, but noticed this again here: https://ci.blueocean.io/blue/organizations/jenkins/Pipeline%20Editor/detail/PR-17/16/pipeline

          Is what I see for that link.

          chasing the dragon https://www.youtube.com/watch?v=uBVkk5rW0lw

          Thorsten Scherler added a comment - Is what I see for that link. chasing the dragon https://www.youtube.com/watch?v=uBVkk5rW0lw

          Michael Neale added a comment -

          I tried, but can't reproduce this. I made a long pipeline log with a failing step - and it jumped to it.

          If there is another example we can record a video of - should do it, but we can park this for now (I suspect there is some race condition)

          Michael Neale added a comment - I tried, but can't reproduce this. I made a long pipeline log with a failing step - and it jumped to it. If there is another example we can record a video of - should do it, but we can park this for now (I suspect there is some race condition)

          James Dumay added a comment -

          I think you were able to reproduce with the Jenkinsfile below but it seems to have been fixed.

          node {
             try {
               stage('first') {
                   sh 'ls ../ && exit 1'
               }
             } finally {
               stage('second') {
                   sh 'ls ../ && exit 1'
               }
             }
          }
          

          James Dumay added a comment - I think you were able to reproduce with the Jenkinsfile below but it seems to have been fixed. node { try { stage( 'first' ) { sh 'ls ../ && exit 1' } } finally { stage( 'second' ) { sh 'ls ../ && exit 1' } } }

            tscherler Thorsten Scherler
            kzantow Keith Zantow
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: