Re: Automatic build chain

2015-07-28 Thread Victoria Wei Lei
Hello, Igal and Brantone, I have similar question. I am using Multijob plugin to manage a sequence of build jobs, I have 3 phases of multijob: phase 1: contain jobs A and B phase 2: contain jobs C and D phase 3: contain job E and F. But jobs within the same phase are executed parallel, i.

Re: Automatic build chain

2015-03-30 Thread Brantone
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

Automatic build chain

2015-03-28 Thread Igal Harel
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 t