5
votes

I noticed that if any pipeline stage fails then all previous stages show red. Is it possible to control the color of previous stages so they are green regardless of subsequent stages? My last stage catches an error. If you hover over any previous stage it says 'success' but shows red. enter image description here

1

1 Answers

2
votes

This is because a build can only be successful or failed. There is no such thing as a partially successful build. The stage shows you where it probably failed but nothing more, you still have a 0 or 1.