-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.426.3, Blue Ocean 1.27.11
When using the failFast option in my Jenkinsfile, or parallelsAlwaysFailFast(), it functions as expected where it aborts the remaining parallel stages when one fails. However in Blue Ocean, all steps in the failing stage show green. When I remove the failFast option from my Jenkinsfile (no other code changes), the failing step shows red in Blue Ocean.