I want to have a parallel pipeline like
parallel (
"stream1" {
}
"stream2" {`
}
"stream3" {`
}
)
where I can add stages(two in each stream) and show them as in the attachment.
Currently it works as the below
How can I make the stages to be visible in blue ocean?