This issue needs to be fixed. NaNy NaNd does not look good on build dashboard
This is also happening when you have jobs in parallel:
pipeline { agent any stages { stage('Prepare ur angus') { parallel { stage('Prepare ur angus') { steps { echo 'Quite simple' } } stage('Bake the angus') { steps { sleep 12 } } } } } }
Sam Van Oort are there any plans to get this fixed?
Likely fixed by jenkinsci/pipeline-stage-view-plugin#68.
Any chance it was fixed in pipeline-stage-view-2.12 ? Does not look so taking the recent mentions in Twitter