Merge "Do not work around odlparent-3.0.2"
[releng/builder.git] / jjb / autorelease / autorelease-templates.yaml
1 ---
2 # Autorelease build jobs
3 - job-template:
4     name: autorelease-branch-cut
5
6     #####################
7     # Job Configuration #
8     #####################
9
10     project-type: freestyle
11     node: centos7-builder-2c-2g
12
13     properties:
14       - opendaylight-infra-properties:
15           build-days-to-keep: 7
16
17     parameters:
18       - lf-infra-parameters:
19           project: releng/autorelease
20           branch: master
21           stream: master
22           lftools-version: '{lftools-version}'
23       - string:
24           name: RELEASE
25           description: |
26               Release name to branch cut.
27               Eg. Lithium, Beryllium, Boron, Carbon...
28       - bool:
29           name: DRY_RUN
30           default: true
31           description: |
32               If DRY_RUN is enabled modifications are not published to Gerrit.
33
34     scm:
35       - lf-infra-gerrit-scm:
36           git-url: '$GIT_URL/$GERRIT_PROJECT'
37           branch: master
38           refspec: 'refs/heads/master'
39           jenkins-ssh-credential: opendaylight-jenkins-ssh
40           submodule-recursive: true
41           choosing-strategy: default
42
43     wrappers:
44       - lf-infra-wrappers:
45           build-timeout: 10
46           jenkins-ssh-credential: opendaylight-jenkins-ssh
47
48     builders:
49       - shell: !include-raw-escape: branch-cut.sh
50
51     publishers:
52       - lf-infra-publish
53
54 - job-template:
55     name: 'autorelease-release-{stream}'
56
57     ######################
58     # Default parameters #
59     ######################
60
61     build-node: '{build-node}'
62     cron: 'H 0 * * *'
63     java-version: openjdk8
64     mvn-version: mvn35
65     extra-mvn-opts: ''
66
67     #####################
68     # Job Configuration #
69     #####################
70
71     project-type: freestyle
72     node: '{build-node}'
73     jdk: '{java-version}'
74
75     properties:
76       - lf-infra-properties:
77           build-days-to-keep: 30
78
79     parameters:
80       - maven-exec:
81           maven-version: 'mvn35'
82       - lf-infra-parameters:
83           project: '{project}'
84           stream: '{stream}'
85           branch: '{branch}'
86           lftools-version: '{lftools-version}'
87       - distribution-karaf-version:
88           karaf-version: '{karaf-version}'
89       - autorelease-release-tag:
90           release-tag: '{stream}'
91       - string:
92           name: EXTRA_MVN_OPTS
93           default: '{extra-mvn-opts}'
94           description: |
95               Additional optional Maven Options to pass to the Maven Goals
96               parameter.
97
98               Examples:
99               -Dskip.karaf.featureTest=true  # To disable karaf SingleFeatureTests
100               --fail-never   # NEVER fail the build, regardless of project result
101               --fail-at-end  # Only fail the build afterwards; allow all non-impacted builds to continue
102       - string:
103           name: ARCHIVE_ARTIFACTS
104           default: '{archive-artifacts}'
105           description: Artifacts to archive to the logs server.
106
107     scm:
108       - git:
109           credentials-id: 'opendaylight-jenkins-ssh'
110           url: '$GIT_BASE'
111           refspec: '$GERRIT_REFSPEC'
112           branches:
113             - '$GERRIT_BRANCH'
114           choosing-strategy: default
115           skip-tag: true
116           submodule:
117             recursive: true
118             timeout: 60
119
120     wrappers:
121       - opendaylight-infra-wrappers:
122           build-timeout: '900'
123
124     triggers:
125       - timed: '{cron}'
126
127     builders:
128       # force jenkins install of maven version before any shell scripts use it
129       - lf-maven-install:
130           mvn-version: '{mvn-version}'
131       - wipe-local-maven-repo
132       - jacoco-nojava-workaround
133       - shell: "./scripts/list-project-dependencies.sh"
134       - autorelease-determine-merge-order
135       - autorelease-cfp:
136           autorelease-settings: 'autorelease-settings'
137           global-settings: 'odl-global-settings'
138       - autorelease-generate-release-patches
139       - autorelease-generate-artifact-versions
140       - autorelease-distribute-taglist
141       - distribute-build-url:
142           path: 'integration/distribution/$KARAF_ARTIFACT/src/main/assembly'
143       # In a perfect world projects should be releasing separately and we consume them
144       # via a project that pulls the release bits from each project from Nexus.
145       # Keep the patches compatible with that ideal, but apply an edit
146       # to enable building in a single maven reactor afterwards.
147       - autorelease-fix-relative-paths
148       - maven-target:
149           maven-version: 'mvn35'
150           pom: 'pom.xml'
151           goals: |
152               clean deploy
153               $EXTRA_MVN_OPTS
154               -Pintegrationtests,repoBuild
155               -Dcheckstyle.skip=true
156               -DaltDeploymentRepository=staging::default::file:hide/from/pom/files/stage
157               {opendaylight-infra-mvn-opts}
158           java-opts:
159             - '-Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
160           settings: 'autorelease-settings'
161           settings-type: cfp
162           global-settings: 'global-settings'
163           global-settings-type: cfp
164       - autorelease-maven-deploy
165       - autorelease-get-integration-test-variables
166       - autorelease-maven-sources:
167           opendaylight-infra-mvn-opts: '{opendaylight-infra-mvn-opts}'
168           maven-version: 'mvn35'
169           settings: 'autorelease-settings'
170           global-settings: 'global-settings'
171       - autorelease-maven-sources-post-process
172       - shell: |
173           mkdir -p archives/
174           cp *.log *.prop $_
175
176     publishers:
177       - opendaylight-infra-notify-status
178       - trigger-parameterized-builds:
179           - project: 'integration-distribution-test-{integration-test}'
180             condition: UNSTABLE_OR_BETTER
181             property-file: variables.jenkins-trigger
182             fail-on-missing: true
183           - project: 'integration-distribution-test-{integration-test}'
184             condition: FAILED
185             trigger-with-no-params: true
186           - project: 'packaging-build-rpm-{stream}'
187             condition: UNSTABLE_OR_BETTER
188             predefined-parameters: DOWNLOAD_URL=$BUNDLE_URL
189             property-file: variables.jenkins-trigger
190             fail-on-missing: true
191           - project: 'packaging-build-deb-{stream}'
192             condition: UNSTABLE_OR_BETTER
193             predefined-parameters: DOWNLOAD_URL=$BUNDLE_URL
194             property-file: variables.jenkins-trigger
195             fail-on-missing: true
196       # Critical component of the OpenDaylight community
197       - postbuildscript:
198           builders:
199             - role: BOTH
200               build-on:
201                 - SUCCESS
202               build-steps:
203                 - shell: echo '#topic cookies'
204           mark-unstable-if-failed: false
205       - lf-infra-publish
206
207 - job-template:
208     name: autorelease-update-validate-jobs-{stream}
209
210     ######################
211     # Default parameters #
212     ######################
213
214     cron: '@weekly'
215
216     #####################
217     # Job configuration #
218     #####################
219
220     project-type: freestyle
221     node: centos7-builder-2c-1g
222
223     properties:
224       - lf-infra-properties:
225           build-days-to-keep: 7
226
227     parameters:
228       - lf-infra-parameters:
229           project: releng/builder
230           branch: '{branch}'
231           stream: '{stream}'
232           lftools-version: '{lftools-version}'
233
234     scm:
235       - lf-infra-gerrit-scm:
236           git-url: '$GIT_URL/releng/builder'
237           branch: master
238           refspec: 'refs/heads/master'
239           jenkins-ssh-credential: opendaylight-jenkins-ssh
240           submodule-recursive: true
241           choosing-strategy: default
242
243     triggers:
244       - timed: '{cron}'
245       - gerrit:
246           server-name: '{gerrit-server-name}'
247           trigger-on:
248             - change-merged-event
249             - comment-added-contains-event:
250                 comment-contains-value: remerge$
251           projects:
252             - project-compare-type: ANT
253               project-pattern: '{project}'
254               branches:
255                 - branch-compare-type: ANT
256                   branch-pattern: '**/{branch}'
257               file-paths:
258                 - compare-type: ANT
259                   pattern: pom.xml
260
261     wrappers:
262       - lf-infra-wrappers:
263           build-timeout: 10
264           jenkins-ssh-credential: opendaylight-jenkins-ssh
265
266     builders:
267       - autorelease-update-project-views
268       - autorelease-update-validate-projects
269       - lf-infra-push-gerrit-patch:
270           project: '{project}'
271           gerrit-user: 'jenkins-$SILO'
272           gerrit-host: 'git.opendaylight.org'
273           gerrit-topic: 'autorelease-update-validate-jobs-{stream}'
274           gerrit-commit-message: |
275               'Update validate autorelease projects for {stream}'
276           reviewers-email: 'jenkins-releng@opendaylight.org'
277
278     publishers:
279       - lf-infra-publish
280
281 - job-template:
282     name: autorelease-version-bump-{stream}
283     project-type: freestyle
284     node: '{build-node}'
285
286     properties:
287       - opendaylight-infra-properties:
288           build-days-to-keep: 7
289
290     parameters:
291       - lf-infra-parameters:
292           project: releng/autorelease
293           branch: '{branch}'
294           stream: '{stream}'
295           refspec: 'refs/heads/{branch}'
296           lftools-version: '{lftools-version}'
297       - string:
298           name: RELEASE_TAG
299           default: '{stream}'
300           description: |
301               Release that is being version bumped.
302               Eg. Lithium, Beryllium, Boron, Carbon, Carbon-SR1, Carbon-SR2...
303       - bool:
304           name: BRANCH_CUT
305           default: false
306           description: |
307               If BRANCH_CUT is enabled, perform version bump for branch cutting
308               workflow, else perform version bump for simultaneous release
309               workflow (detault).
310       - bool:
311           name: DRY_RUN
312           default: true
313           description: |
314               If DRY_RUN is enabled modifications are not published to Gerrit
315               and artifacts are not pushed to Nexus. Instead the build will be
316               performed using the goals "clean install".
317       - maven-exec:
318           maven-version: mvn35
319
320     scm:
321       - lf-infra-gerrit-scm:
322           git-url: '$GIT_URL/$GERRIT_PROJECT'
323           branch: '{branch}'
324           refspec: 'refs/heads/{branch}'
325           jenkins-ssh-credential: opendaylight-jenkins-ssh
326           submodule-recursive: true
327           choosing-strategy: default
328
329     wrappers:
330       - lf-infra-wrappers:
331           build-timeout: 480
332           jenkins-ssh-credential: opendaylight-jenkins-ssh
333
334     builders:
335       # force jenkins install of maven version before any shell scripts use it
336       - maven-target:
337           maven-version: mvn35
338           goals: '-version'
339           settings: autorelease-settings
340           settings-type: cfp
341           global-settings: global-settings
342           global-settings-type: cfp
343       - autorelease-cfp
344       - shell: !include-raw-escape:
345           - ../global-jjb/shell/lftools-install.sh
346           - version-bump.sh
347
348     publishers:
349       - lf-infra-publish
350
351 - job-template:
352     name: 'autorelease-generate-release-notes-{stream}'
353
354     ######################
355     # Default parameters #
356     ######################
357
358     gerrit_merge_triggers:
359       - comment-added-contains-event:
360           comment-contains-value: generate-release-notes .+$
361
362     #####################
363     # Job Configuration #
364     #####################
365
366     project-type: freestyle
367     node: centos7-builder-2c-8g
368
369     properties:
370       - lf-infra-properties:
371           build-days-to-keep: 7
372
373     parameters:
374       - lf-infra-parameters:
375           project: '{project}'
376           branch: '{branch}'
377           stream: '{stream}'
378           lftools-version: '{lftools-version}'
379       - string:
380           name: RELEASE
381           description: Release to generate release notes for.
382
383     scm:
384       - lf-infra-gerrit-scm:
385           git-url: '$GIT_URL/$GERRIT_PROJECT'
386           branch: '$GERRIT_BRANCH'
387           refspec: '$GERRIT_REFSPEC'
388           jenkins-ssh-credential: opendaylight-jenkins-ssh
389           submodule-recursive: true
390           choosing-strategy: default
391
392     wrappers:
393       - lf-infra-wrappers:
394           build-timeout: 10
395           jenkins-ssh-credential: opendaylight-jenkins-ssh
396
397     triggers:
398       - gerrit:
399           server-name: '{gerrit-server-name}'
400           trigger-on: '{obj:gerrit_merge_triggers}'
401           projects:
402             - project-compare-type: ANT
403               project-pattern: '{project}'
404               branches:
405                 - branch-compare-type: ANT
406                   branch-pattern: '**/{branch}'
407
408     builders:
409       - autorelease-generate-release-notes
410
411     publishers:
412       - lf-infra-publish
413
414 - job-template:
415     name: '{project-name}-validate-autorelease-{stream}'
416
417     ############
418     # Defaults #
419     ############
420
421     java-version: openjdk8
422
423     #####################
424     # Job Configuration #
425     #####################
426
427     disabled: false
428     project-type: freestyle
429     # Note: This NEEDS to be hardcoded as projects should NOT be allowed to
430     #       override the build node.
431     node: centos7-builder-2c-8g
432     concurrent: true
433     jdk: '{java-version}'
434
435     properties:
436       - lf-infra-properties:
437           build-days-to-keep: 7
438
439     parameters:
440       - lf-infra-parameters:
441           project: '{project}'
442           stream: '{stream}'
443           branch: '{branch}'
444           lftools-version: '{lftools-version}'
445       - autorelease-release-tag:
446           release-tag: validate
447       - string:
448           name: CLONE_URL
449           default: '{git-url}/releng/autorelease'
450           description: "Autorelease clone URL"
451
452     scm:
453       - git:
454           url: '$CLONE_URL'
455           credentials-id: 'opendaylight-jenkins-ssh'
456           refspec: ''
457           branches:
458             - 'origin/{branch}'
459           skip-tag: true
460           submodule:
461             recursive: true
462             timeout: 60
463
464     wrappers:
465       - opendaylight-infra-wrappers:
466           build-timeout: '{build-timeout}'
467
468     triggers:
469       - gerrit-trigger-patch-submitted:
470           gerrit-server-name: '{gerrit-server-name}'
471           project: '{project}'
472           branch: '{branch}'
473           files: '**/*.xml'
474           forbidden-files: ''
475
476     builders:
477       - autorelease-checkout-gerrit-patch
478       - autorelease-compare-projects
479       - jacoco-nojava-workaround
480       - shell: "./scripts/list-project-dependencies.sh"
481       - autorelease-determine-merge-order
482       - autorelease-generate-release-patches
483       # In a perfect world projects should be releasing separately and we consume them
484       # via a project that pulls the release bits from each project from Nexus.
485       # Keep the patches compatible with that ideal, but apply an edit
486       # to enable building in a single maven reactor afterwards.
487       - autorelease-fix-relative-paths
488       - maven-target:
489           maven-version: mvn35
490           pom: validate-pom.xml
491           goals: |
492               clean install dependency:tree
493               -T1.5C
494               -Pq
495               {opendaylight-infra-mvn-opts}
496           java-opts:
497             - '-Xmx8g'
498           settings: autorelease-settings
499           settings-type: cfp
500           global-settings: global-settings
501           global-settings-type: cfp
502       - maven-target:
503           maven-version: mvn35
504           pom: pom.xml
505           goals: |
506               clean validate
507               -Pq
508               {opendaylight-infra-mvn-opts}
509           java-opts:
510             - '-Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
511           settings: autorelease-settings
512           settings-type: cfp
513           global-settings: global-settings
514           global-settings-type: cfp
515       - shell: |
516           mkdir -p archives/
517           cp *.log $_
518
519     publishers:
520       - email-notification:
521           email-recipients: '{email-recipients}'
522           email-prefix: '[autorelease] [{project-name}]'
523       - lf-infra-publish