Hi, I guess this one is still under work right (https://wiki.jenkins-ci.org/display/JENKINS/Build+Graph+View+Plugin)? Any expectations when it may be ready to use?
------------------------------------------------------------------- Serdecznie pozdrawiam/ With kind regards/ Mit freundlichen Gruessen Paweł Wróbel Nokia Siemens Networks Sp. z o. o. / * MSP BSS RD Unified Tooling and IPD IP-Dispatcher Development mobile: +48 728 455 306 e-mail: pawel.wro...@nsn.com<mailto:pawel.wro...@nsn.com> From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of ext nicolas de loof Sent: Thursday, March 21, 2013 9:22 AM To: jenkinsci-users@googlegroups.com Subject: Re: Build flow plugin does not visualize the flow correctly flow visualization is still early stage, and probably need some love to address complex graphs. We are extracting it into a more general purpose plugin (build graph view) so it can both handle flows and "classic" jenkins downstream chains 2013/3/21 Pawel Wrobel <pawel.wro...@nsn.com<mailto:pawel.wro...@nsn.com>> 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<mailto:jenkinsci-users%2bunsubscr...@googlegroups.com>. For more options, visit https://groups.google.com/groups/opt_out. -- 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<mailto:jenkinsci-users+unsubscr...@googlegroups.com>. For more options, visit https://groups.google.com/groups/opt_out. -- 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.