Run gerrit pipeline on github PR
When to do it:
You introduce a change to github/gerrit handling code, e.g. the trigger mechanism - code that depends on Zuul or other Jenkins trigger plugins
- Clone Jenkins job
winci-server2016-prodto some temporarytmp-devel-gerrit-check - Configure
tmp-devel-gerrit-check: - Properties content: BRANCH_NAME={branch to test}
- Branches to build: {branch to test}
- Schedule
tmp-devel-gerrit-checkjob manually with parameters: ZUUL_PROJECT=Juniper/contrail-controllerZUUL_BRANCH=masterZUUL_REF=NoneZUUL_URL=http://10.84.12.75/merge-warriorZUUL_UUID= (some random UUID - it will determine path on the logserver)ZUUL_CHANGE= (can be left empty)ZUUL_PATCHSET= (can be left empty)- Verify that it passes
- (optional, recommended) Paste a link to successful build logs under your PR on github for the reviewers to verify
- Remove temporary
tmp-devel-gerrit-checkjob