-
Bug
-
Resolution: Fixed
-
Major
-
0.8.1 version
While running this pipeline: https://github.com/i386/app-store-demo and polling FlowNodes from current heads, "Declarative: Checkout SCM" stage has missing SYNTHETIC_STAGE TagAction.
BlueOcean hides any stage that has SYNTHETIC_STAGE TagAction present, due to this issue synthetic stage such as "Declarative: Checkout SCM" starts appearing in the node graph.
- is blocked by
-
JENKINS-43055 "List of flow heads unset for CpsFlowExecution[null]" Warning
-
- Closed
-
- links to
This should only happen when the stage step is the current head, right?
Could we do a workaround to not render the stage until we have a step in it (or the stage has completed if empty)?