[JIRA] (JENKINS-56734) 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

4 views
Skip to first unread message

bsaheta@gmail.com (JIRA)

unread,
Mar 25, 2019, 4:23:03 AM3/25/19
to jenkinsc...@googlegroups.com
Saheta B created an issue
 
Jenkins / Bug JENKINS-56734
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
Issue Type: Bug Bug
Assignee: Oleksii Khilkevych
Attachments: image-2019-03-25-13-47-07-879.png, image-2019-03-25-13-48-03-730.png, image-2019-03-25-13-48-15-017.png, PluginDetails.txt
Components: console-badge-plugin, console-column-plugin, console-log-text-replacer-plugin, console-navigation-plugin, console-tail-plugin
Created: 2019-03-25 08:22
Priority: Minor Minor
Reporter: Saheta B

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

)
}

 

 

 

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

bsaheta@gmail.com (JIRA)

unread,
Mar 25, 2019, 4:24:02 AM3/25/19
to jenkinsc...@googlegroups.com
Saheta B updated an issue
 
Change By: Saheta B
Summary: Afterupgrading 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
Priority: Minor Critical

vennila.perumal@aspiresys.com (JIRA)

unread,
Apr 24, 2019, 7:39:02 AM4/24/19
to jenkinsc...@googlegroups.com
Vennila Perumal commented on Bug JENKINS-56734
 
Re: 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.

dnusbaum@cloudbees.com (JIRA)

unread,
Jan 24, 2020, 4:45:03 PM1/24/20
to jenkinsc...@googlegroups.com
Devin Nusbaum updated an issue
 
Change By: Devin Nusbaum
Component/s: workflow-job-plugin
Component/s: console-badge-plugin
Component/s: console-column-plugin
Component/s: console-log-text-replacer-plugin
Component/s: console-navigation-plugin
Component/s: console-tail-plugin
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

dnusbaum@cloudbees.com (JIRA)

unread,
Jan 24, 2020, 4:48:03 PM1/24/20
to jenkinsc...@googlegroups.com
Devin Nusbaum commented on Bug JENKINS-56734
 
Re: 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

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.

Reply all
Reply to author
Forward
0 new messages