<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>The origin concept of jenkins is "one trigger one job". For example, the job "neutron-unit-test-py27" could respond a new change set from neutron upstream. But the truth is that a gerrit event trigger a set of jenkins jobs: py27-unittest, pep8-check, and many dsvm jobs...</div><div><br></div><div>How can I configure my jenkins like this?</div></div></blockquote><div><br></div><div>We use the <a href="https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin">https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin</a> plugin to do this, we have a master jenkins job that fires on some trigger (git repo change etc), and then fires off a set of sub jobs that we want executed in response to that.  (we use this via the JJB macro: <a href="http://docs.openstack.org/infra/jenkins-job-builder/builders.html#builders.trigger-builds">http://docs.openstack.org/infra/jenkins-job-builder/builders.html#builders.trigger-builds</a> - if you're using JJB to maintain your jobs)</div><div><br></div><div>HTH,</div><div><br></div><div>Simon.</div></div>-- <br><div class="gmail_signature"><div>Simon McCartney</div><div>E: <a href="mailto:simon@mccartney.ie" target="_blank">simon@mccartney.ie</a> <span style="white-space:pre">            </span></div><div>M: +44 7710 836 915</div></div>
</div></div>