Hello, Igal and Brantone,
I have similar question. I am using Multijob plugin to manage a sequence of build jobs,
I have 3 phases of multijob:
phase 1: contain jobs A and B
phase 2: contain jobs C and D
phase 3: contain job E and F.
But jobs within the same phase are executed parallel, i.e, A and B run parallel. But I want B starts only when job A is completed, because some output of Job A will be used for Job B. In my situation, Job B is quicker than A, so it may cause issue for entire job chain.
When I don't use multijob plugin, I configure job B "build start after another project is done", which is job A, so I can make sure Job A runs first. With this multijob plug, how to solve my problem.
I want to use multijob plugin for its other advantage, therefore, I do prefer using this plugin to manage my build jobs.
Thanks
Victoria Lei