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

After upgrading jenkins from 2.60 to 2.150.3, we are seeing one alignment issue in the console log when we are running 2 stages parallelly in a pipeline job

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • workflow-job-plugin
    • None

      After upgrading jenkins from 2.60 to 2.150.3, we are seeing one alignment issue in the console log when we are running 2 stages parallelly in a pipeline job.

      Note: The stage names are crossing the console output border. This issue occurs only when we run the stages in parallel

      I am not exactly sure which plugin causes this issue, so adding all console plugins in the components.

       

      Pipeline Code Snippet used : 

      stage('run-parallel-branches') {

      parallel(
      stage1ToBeRun:

      { echo "This is branch a" }

      ,
      stage2ToBeRun:

      { echo "This is branch b" }

      )
      }

       

       

       

       

          [JENKINS-56734] After upgrading jenkins from 2.60 to 2.150.3, we are seeing one alignment issue in the console log when we are running 2 stages parallelly in a pipeline job

          Hi,

          I am also having the same issue after upgrading the Jenkins version to 2.150. Shall I get any update on this issue.

          Vennila Perumal added a comment - Hi, I am also having the same issue after upgrading the Jenkins version to 2.150. Shall I get any update on this issue.

          Devin Nusbaum added a comment -

          I added a link to https://github.com/jenkinsci/workflow-job-plugin/pull/127 which would make the visualization more similar to how it was before. In general, the current approach looks ok with the normal Jenkins UI theme, but very strange with alternate themes that modify the background color of the logs in the UI as shown in the description here and in the linked PR.

          Devin Nusbaum added a comment - I added a link to https://github.com/jenkinsci/workflow-job-plugin/pull/127 which would make the visualization more similar to how it was before. In general, the current approach looks ok with the normal Jenkins UI theme, but very strange with alternate themes that modify the background color of the logs in the UI as shown in the description here and in the linked PR.

            oleksii Oleksii Khilkevych
            sahetab Saheta B
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: