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

          Saheta B created issue -
          Saheta B made changes -
          Priority Original: Minor [ 4 ] New: Critical [ 2 ]
          Summary Original: Afterupgrading 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 New: 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
          Devin Nusbaum made changes -
          Component/s New: workflow-job-plugin [ 21716 ]
          Component/s Original: console-badge-plugin [ 21679 ]
          Component/s Original: console-column-plugin [ 15790 ]
          Component/s Original: console-log-text-replacer-plugin [ 21927 ]
          Component/s Original: console-navigation-plugin [ 25021 ]
          Component/s Original: console-tail-plugin [ 18144 ]
          Devin Nusbaum made changes -
          Link New: This issue relates to JENKINS-54304 [ JENKINS-54304 ]
          Devin Nusbaum made changes -
          Remote Link New: This issue links to "jenkinsci/workflow-job-plugin#127 (Web Link)" [ 24335 ]

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

              Created:
              Updated: