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

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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" }

      )
      }

       

       

       

       

        1. image-2019-03-25-13-47-07-879.png
          213 kB
          Saheta B
        2. image-2019-03-25-13-48-03-730.png
          165 kB
          Saheta B
        3. image-2019-03-25-13-48-15-017.png
          210 kB
          Saheta B
        4. PluginDetails.txt
          4 kB
          Saheta B

            Assignee:
            Oleksii Khilkevych
            Reporter:
            Saheta B
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: