5 - 'doctor-daily-{stream}'
9 # stream: branch with - in place of / (eg. stable-helium)
10 # branch: branch (eg. stable/helium)
23 project-type: freestyle
28 artifactDaysToKeep: -1
33 echo "Hello world from doctor"
36 name: 'doctor-daily-{stream}'
40 # Job template for daily builders
43 # stream: branch with - in place of / (eg. stable)
44 # branch: branch (eg. stable)
46 project-type: freestyle
47 varsetabove: '{somevar}'
50 daysToKeep: '{build-days-to-keep}'
51 numToKeep: '{build-num-to-keep}'
52 artifactDaysToKeep: '{build-artifact-days-to-keep}'
53 artifactNumToKeep: '{build-artifact-num-to-keep}'
60 default: 'https://gerrit.opnfv.org/gerrit/{project}'
61 description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
65 credentials-id: '{ssh-credentials}'
70 - ssh-agent-credentials:
71 user: '{ssh-credentials}'
81 !include-raw docu-build.sh
91 project-type: freestyle
96 artifactDaysToKeep: -1
106 default: 'https://gerrit.opnfv.org/gerrit/{project}'
107 description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
109 - gerrit-trigger-scm:
110 credentials-id: '{ssh-credentials}'
111 refspec: '$GERRIT_REFSPEC'
112 choosing-strategy: 'gerrit'
115 - ssh-agent-credentials:
116 user: '{ssh-credentials}'
121 - patchset-created-event:
122 exclude-drafts: 'false'
123 exclude-trivial-rebase: 'false'
124 exclude-no-code-change: 'false'
125 - draft-published-event
126 - comment-added-contains-event:
127 comment-contains-value: 'recheck'
128 - comment-added-contains-event:
129 comment-contains-value: 'reverify'
131 - project-compare-type: 'ANT'
132 project-pattern: 'doctor'
134 - branch-compare-type: 'ANT'
135 branch-pattern: '**/master'
139 !include-raw docu-verify.sh
146 # builder-merge job to run JJB update
148 # This job's purpose is to update all the JJB
150 project-type: freestyle
155 artifactDaysToKeep: -1
165 default: 'https://gerrit.opnfv.org/gerrit/{project}'
166 description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
169 - gerrit-trigger-scm:
170 credentials-id: '{ssh-credentials}'
172 choosing-strategy: 'default'
175 - ssh-agent-credentials:
176 user: '{ssh-credentials}'
181 - change-merged-event
182 - comment-added-contains-event:
183 comment-contains-value: 'remerge'
185 - project-compare-type: 'ANT'
186 project-pattern: 'doctor'
188 - branch-compare-type: 'ANT'
189 branch-pattern: '**/master'
193 !include-raw docu-build.sh