Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customize Jenkins pipeline stage view

How can i add the little blue tags to stage view in a Jenkins Pipeline?

enter image description here

like image 646
Carlos Rodriguez Avatar asked May 31 '17 00:05

Carlos Rodriguez


People also ask

How does Jenkins show stage view?

When you run some builds, the stage view will appear with Checkout, Build, and Test columns, and one row per build. When hovering over a stage cell you can click the Logs button to see log messages printed in that stage: after the preceding stage step and before the next one.

How do I create a nested view in Jenkins?

Once a default subview has been assigned, navigate to the edit page by first clicking the plus ("+") icon in the view tabs (for adding a new subview) and then find the Edit View link in the sidepanel.


1 Answers

I was searching for this as well and found the following after reading Hatim's answer:

The line that was supposed to show the node label is commented out: source

The referenced issue JENKINS-33290 is Resolved with the last comment:

Resolved by removing the functionality, since a correct implementation imposes unacceptable complexity and overhead.

So I'm afraid it's not coming back soon and all those screenshots online are outdated.

like image 146
Dietah Avatar answered Sep 29 '22 12:09

Dietah