Build Flow plugin allows one to have parallel builds in a simple way:
parallel (
// job 1, 2 and 3 will be scheduled in parallel. { build("job1") },
{ build("job2") },
{ build("job3") }
)// job4 will be triggered after jobs 1, 2 and 3 completebuild("job4")
Is it possible to delegate a *specific node for each job *on the parallel
environment?
--
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/d/optout.