I searched and experimented a lot, but couldn't find any working example of what I need.
I want to run 2 stages in parallel, each stage has several steps. And by parallel
I mean the stages themselves and their respective steps. All existing examples and topics I found relate to executing steps
in parallel inside a stage
.
I don't need that, I need to run 2 stages
alongside their steps
in parallel. Please look at this screenshot:
Current behavior is that Parent Stage 1 is executed and then Parent Stage 2 starts to execute.
Is it possible to run "Parent Stage 1" and "Parent Stage 2" in parallel?