-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.164.1
BlueOcean plugin 1.14.0
We have a pipeline running one big `parallel` block in it. Each branch of the `parallel` uses a `build` step to call some downstream job. When one of the downstream builds fail it properly shows it as a failed stage in Blue Ocean UI (see "failed" in attachment). But then after some time (1 hour, a couple of hours, sometimes a day), it turns all red nodes into green (see "failed-but-green" attachment). The same thing happens for `parallel` without `build` step in it but for some reason, it occurs less often.
It does not happen in all pipelines but happens sometimes for the largest of them. Status of the build itself is still displayed properly (as a failure) and as you can see in "stages" attachment substages of a given Parallel branch are still properly marked as failed. Only the Blue Ocean node becomes green for some reason.
If I can provide any more details/logs/information, please let me know.