2 ########################
3 # Job configuration for opnfvdocs
4 ########################
12 - 'opnfvdocs-verify-shellcheck-{stream}'
13 - 'opnfvdocs-merge-shellcheck-{stream}'
21 branch: 'stable/{stream}'
22 gs-pathname: '/{stream}'
25 branch: 'stable/{stream}'
26 gs-pathname: '/{stream}'
29 ########################
31 ########################
34 name: 'opnfvdocs-verify-shellcheck-{stream}'
36 disabled: '{obj:disabled}'
40 project: $GERRIT_PROJECT
44 default: ssh://gerrit.opnfv.org:29418
45 description: "Used for overriding the GIT URL coming from parameters macro."
52 server-name: 'gerrit.opnfv.org'
54 - patchset-created-event:
55 exclude-drafts: 'false'
56 exclude-trivial-rebase: 'false'
57 exclude-no-code-change: 'false'
58 - draft-published-event
59 - comment-added-contains-event:
60 comment-contains-value: 'recheck'
61 - comment-added-contains-event:
62 comment-contains-value: 'reverify'
64 - project-compare-type: 'REG_EXP'
65 project-pattern: '{project}'
67 - branch-compare-type: 'ANT'
68 branch-pattern: '**/{branch}'
79 name: 'opnfvdocs-merge-shellcheck-{stream}'
81 disabled: '{obj:disabled}'
85 project: $GERRIT_PROJECT
89 default: ssh://gerrit.opnfv.org:29418
90 description: "Used for overriding the GIT URL coming from parameters macro."
93 default: '$GS_BASE{gs-pathname}'
94 description: "Directory where the build artifact will be located upon\
95 \ the completion of the build."
102 server-name: 'gerrit.opnfv.org'
104 - change-merged-event
105 - comment-added-contains-event:
106 comment-contains-value: 'remerge'
108 - project-compare-type: 'REG_EXP'
109 project-pattern: '{project}'
111 - branch-compare-type: 'ANT'
112 branch-pattern: '**/{branch}'