Add sphinx extensions
[releng.git] / docs / jenkins-job-builder / opnfv-jjb-usage.rst
1 ===========================================
2 Creating/Configuring/Verifying Jenkins Jobs
3 ===========================================
4
5 Clone and setup the repo::
6
7     git clone ssh://YOU@gerrit.opnfv.org:29418/releng
8     cd releng
9     git review -s
10
11 Make changes::
12
13     git commit -sv
14     git review
15     remote: Resolving deltas: 100% (3/3)
16     remote: Processing changes: new: 1, refs: 1, done
17     remote:
18     remote: New Changes:
19     remote:   https://gerrit.opnfv.org/gerrit/51
20     remote:
21     To ssh://agardner@gerrit.opnfv.org:29418/releng.git
22      * [new branch]      HEAD -> refs/publish/master
23
24 Follow the link to gerrit https://gerrit.opnfv.org/gerrit/51 in a few moments
25 the verify job will have completed and you will see Verified +1 jenkins-ci in
26 the gerrit ui.
27
28 If the changes pass the verify job
29 https://build.opnfv.org/ci/view/builder/job/builder-verify-jjb/ ,
30 the patch can be submitited by a committer.
31
32 Job Types
33
34 * Verify Job
35
36   * Trigger: **recheck** or **reverify**
37
38 * Merge Job
39
40   * Trigger: **remerge**
41
42 The verify and merge jobs are retriggerable in Gerrit by simply leaving
43 a comment with one of the keywords listed above.
44 This is useful in case you need to re-run one of those jobs in case
45 if build issues or something changed with the environment.
46
47 You can add below persons as reviewers to your patch in order to get it
48 reviewed and submitted.
49
50 * fatih.degirmenci@ericsson.com
51 * agardner@linuxfoundation.org
52 * trozet@redhat.com
53 * morgan.richomme@orange.com
54 * vlaza@cloudbasesolutions.com
55 * matthew.lijun@huawei.com
56 * pbandzi@cisco.com
57 * jose.lausuch@ericsson.com
58 * koffirodrigue@gmail.com
59 * r-mibu@cq.jp.nec.com
60
61 Or just email a request for submission to opnfv-helpdesk@rt.linuxfoundation.org
62
63 The Current merge and verify jobs for jenkins job builder can be found
64 in `releng-jobs.yaml`_.
65
66 .. _releng-jobs.yaml:
67     https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blob;f=jjb/releng-jobs.yaml;