-
Bug
-
Resolution: Unresolved
-
Critical
-
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:
,
stage2ToBeRun:
)
}
- relates to
-
JENKINS-54304 Jobs in parallel dont display the variant they are running.
- Resolved
- links to