Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Component/s: blueocean-plugin
-
Labels:None
-
Similar Issues:
Description
After updating to BlueOcean 1.8 my Jenkinsfile is rendered completly buggy (before 1.8 it didn't show all steps, but atleast wasn't buggy). The graph does look like this:
The layout of the steps is like this:
Continuous (children are parallel) -> Windows (children are sequential) -> Build Test Linux (children are sequential) -> Build Test Coverage MemCheck (children are sequential) -> Build Memcheck Android (children are sequential) -> Build iOS (children are sequential) -> Build
The entire Jenkinsfile can be viewed here
Attachments
Issue Links
- is related to
-
JENKINS-49050 I can view my sequential declarative pipeline stages in the pipeline visualization plugin
-
- Closed
-
- relates to
-
JENKINS-55438 Allow sequential stages inside parallel in Scripted syntax
-
- Open
-
- links to