- 
    Bug 
- 
    Resolution: Fixed
- 
    Critical 
- 
    None
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
- 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