Hi, I have an issue with bulid flow plugin. The defined flow is executed correctly (visible in Console Output) but the flow graph is being cut at some point of time and to further jobs from chain are ploted. the flow is the following: build("JOB-1") parallel ( { ignore(FAILURE) { build("JOB-2-1") } ignore(FAILURE) { build("JOB-2-2") } ignore(FAILURE) { build("JOB-2-3") } }, { ignore(FAILURE) { build("JOB-3-1") } ignore(FAILURE) { build("JOB-3-2") } }, { ignore(FAILURE) { build("JOB-4-1") } ignore(FAILURE) { build("JOB-4-2") } ignore(FAILURE) { build("JOB-4-3") } ignore(FAILURE) { build("JOB-4-4") } } ) build("JOB-5") But on diagram I can see only the following: JOB-2-1 -> JOB-2-2 -> JOB-2-3 -> JOB-5 JOB-1 -> JOB-3-1 JOB-4-1 Somehow further jobs from chain 3 and 4 are not plotted. Any idea that is wrong here? Thanks for help Regards Pawel W.
-- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.