I'm trying to get the following workflow running in Jenkins, in parallel. So for example, both A and B running at the same time. As soon as A finishes run A2 and A3 at the same time, etc...
It seems like a pretty common use case but most plugins I tried do no support more than 1 level deep, which is the case with the A branch below. Join plug-in doesn't seem helpful here.
I read about using the Promotion plugin but I'm a little mystified on what to fingerprint/artifacts to archive to make this work.
Any clue on how to make this simple build pipeline work?