A new multijob plugin was created by Tikal ALM team.
Using this job you can add full hierarchy of Jenkins jobs that will be executed in sequence or in parallel.
When creating new Jenkins job you have an option to create MultiJob project. This job can define in the Build section phases that contains one job or more. All jobs belong to one phase will be executed in parallel (if there are enough executors on the node), and all jobs in phase 2 will be executed only after jobs in phase 1 are completed etc.
For example we create MultiJob project called jenkins-multijob-inherent that contains 3 multijob phases:
.png)