Just to be clear, based on your description, the build order would be D -> B -> C -> A ? Are B + C in parallel?? Yes, there are a number of plugins that do that, a great one is Multi-Job plugin with the concept of phases this can be achieved, especially the parallel execution of B + C, should it be required.
On Saturday, 28 March 2015 02:15:18 UTC-7, Igal Harel wrote: > > Is it possible to set dependency between builds, so if a change is > committed in a dependent build, the complete chine is triggered in the > correct order > > For example if I have: > 1. Build A that depends on B & C > 2. A,B & C depends on D > > Then, if a change in committed to build D the. I would expect that first B > &C will be triggered and only after both B& C builds is complete, build A > will be triggered. > > Thanks. > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/20c97427-1f99-4347-b6b7-2c1d86e936cb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
