Jenkins Colour Scheme for pipeline stages

Hello,

I have a declarative jenkins pipeline with several stages in it. Whenever there’s a failure in a specific stage it turns to red. However, I see that there are “different kinds” of red (transparent with red, dark grey with red, Light grey with red) that jenkins throws out on failures. It would be really helpful if someone can elaborate on what these stands for. Pasting snapshot below.

Thanks!

The background colors are defined in https://github.com/jenkinsci/pipeline-stage-view-plugin/blob/35cd2955522b18784d7912da464fc7575097e382/ui/src/main/js/view/templates/pipeline-staged.less. It looks like they depend on both the run status and the stage status.

1 Like