I think you should have a look at the workflow plugin (beware, not build flow which is somehow deprecated).
Cheers Le 28 mai 2015 6:06 PM, "Виталий Исаев" <[email protected]> a écrit : > We would like to set up Continuous Integration and Continuous Deployment > processes on the base of Jenkins ecosystem. Currently we're trying to put > together all the Jenkins build jobs we have (from sources to several > endpoint processes launched on the testing server). There are three kinds > of build/deployment processes in our case: > > 1. Building deb packages from C++ projects (some of them are > *dependent*, others are *dependencies*); > 2. Building images from Docker containers; > 3. Launching some processes in the endpoint; > > > <http://i.stack.imgur.com/PQXzl.png> > > > > > > > > > > > > > > > > > > As you can notice, we faced with a heavily branched chain of jobs > triggered by each other. And every update of any of the upstream projects > must go throughout the chain of jobs and trigger the final job (process I). > So It would be nice to use some kind of Jenkins plugins that will: > > - Control such a complicated structure of jobs (I tried to use Build > Pipeline Plugin > <https://wiki.jenkins-ci.org/display/JENKINS/Build+Pipeline+Plugin> > and I got the impression that this tool is suitable for "linear" job > chains); > - Provide clean way of passing the parameters between job environments. > > Any help will be appreciated. > > (repost from SO > <http://stackoverflow.com/questions/30510204/jenkins-a-heavily-branched-chain-of-build-jobs> > ). > > -- > 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/c45a42b2-4b0f-4943-ba42-071262e0dac0%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/c45a42b2-4b0f-4943-ba42-071262e0dac0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CANWgJS6pcmEaHLJR4eBW_5s7dn%3DucDPuH4M4wb7TNDotznZujQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
