Hi all, I would like to have a buildflow job "flowjob" that kicks of job1, job2 & job3 sequentially.
The trigger for the flowjob is a successful build of "upstream". I want to be able to run flowjob for every upstream trigger (so far so simple) But I only want the flowjob to run as far as any other flowjob has currently got to. e.g. if flowjob#1 is currently running job2 then flowjob#1 should run job1 but not job2 or job3. to make this more interesting in the future I want to replace job2 with a parallel invocation of job2 with multiple different parameters, and job3 may just be another job2 but with different parameters... Is this possible? Can I get access to the Jenkins job object for the flow to interrogate it somehow - or do I need to write an extension that I can call. Any hints or tips greatly appreciated. Regards, /James -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
