Update automated project templates
[releng/builder.git] / jjb / openflowjava / openflowjava.yaml
1 # REMOVE THIS LINE IF YOU WANT TO CUSTOMIZE ANYTHING BELOW
2 # Otherwise this file will be automatically overwritten by the template
3 # autobuilder.
4
5 # ODL Releng build templates
6 - project:
7     name: openflowjava
8     jobs:
9         - 'openflowjava-verify-{stream}'
10         - 'openflowjava-merge-{stream}'
11         - 'openflowjava-periodic-{stream}'
12         - 'openflowjava-distribution-{stream}'
13         - 'openflowjava-distribution-check-{stream}'
14         - 'openflowjava-integration-{stream}'
15         - 'openflowjava-sonar'
16         - 'openflowjava-clm-{stream}'
17         - 'openflowjava-validate-autorelease-{stream}'
18
19
20     # stream:    release stream (eg. stable-lithium or beryllium)
21     # branch:    git branch (eg. stable/lithium or master)
22     stream:
23         - boron:
24             branch: 'master'
25             jdk: openjdk8
26             jdks:
27                 - openjdk8
28             disable_autorelease: False
29             disable_distribution_check: False
30         - beryllium:
31             branch: 'stable/beryllium'
32             jdk: openjdk7
33             jdks:
34                 - openjdk7
35                 - openjdk8
36             disable_autorelease: False
37             disable_distribution_check: False
38         - stable-lithium:
39             branch: 'stable/lithium'
40             jdk: openjdk7
41             jdks:
42                 - openjdk7
43                 - openjdk8
44             disable_autorelease: True
45             disable_distribution_check: True
46         - stable-helium:
47             branch: 'stable/helium'
48             jdk: openjdk7
49             jdks:
50                 - openjdk7
51             disable_autorelease: True
52             disable_distribution_check: True
53
54     project: 'openflowjava'
55
56 # For the Job templates below replace instances of:
57 # PROJECT_SHORTNAME with your project name (eg. circuitsw)
58 # PROJECT_PATH with your project name (eg. ofextensions/circuitsw)
59 # MAVEN_GOALS with your maven goals to build
60 # MAVEN_OPTS with your maven options to build
61
62 - job-template:
63     name: 'openflowjava-verify-{stream}'
64
65     # Job template for ODL verify jobs
66     #
67     # The purpose of this job template is to setup a ODL verify job
68     #
69     # Required Variables:
70     #     stream:    release stream (eg. stable-lithium or beryllium)
71     #     branch:    git branch (eg. stable/lithium or master)
72
73     project-type: matrix
74     node: matrix_master
75     concurrent: true
76
77     axes:
78         - axis:
79             type: slave
80             name: nodes
81             values:
82                 - dynamic_verify
83         - axis:
84             type: jdk
85             values: '{obj:jdks}'
86
87     logrotate:
88         daysToKeep: '{build-days-to-keep}'
89         numToKeep: '{build-num-to-keep}'
90         artifactDaysToKeep: '{build-artifact-days-to-keep}'
91         artifactNumToKeep: '{build-artifact-num-to-keep}'
92
93     parameters:
94         - project-parameter:
95             project: '{project}'
96         - gerrit-parameter:
97             branch: '{branch}'
98         - gerrit-refspec-parameter:
99             refspec: 'refs/heads/{branch}'
100
101     scm:
102         - gerrit-trigger-scm:
103             credentials-id: '{ssh-credentials}'
104             refspec: '$GERRIT_REFSPEC'
105             choosing-strategy: 'gerrit'
106
107     wrappers:
108         - build-timeout
109         - ssh-agent-credentials:
110             users:
111                 - '{ssh-credentials}'
112
113     triggers:
114         - gerrit-trigger-patch-submitted:
115             name: 'openflowjava'
116             branch: '{branch}'
117
118     builders:
119         - wipe-org-opendaylight-repo
120         - jacoco-nojava-workaround
121         - provide-maven-settings:
122             global-settings-file: '{odl-global-settings}'
123             settings-file: '{openflowjava-settings}'
124         - maven-target:
125             maven-version: '{mvn33}'
126             pom: 'pom.xml'
127             goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins -Dstream={stream}'
128             java-opts:
129                 - '-Xmx1024m -XX:MaxPermSize=256m'
130             settings: '{openflowjava-settings}'
131             global-settings: '{odl-global-settings}'
132
133     publishers:
134         - findbugs
135         - email-notification:
136             email-prefix: '[openflowjava]'
137         - jacoco-report
138
139 - job-template:
140     name: 'openflowjava-merge-{stream}'
141
142     # Job template for ODL merge jobs
143     #
144     # The purpose of this job template is to setup a ODL merge job
145     # and deploy artifacts to Nexus.
146     #
147     # Required Variables:
148     #     stream:    release stream (eg. stable-lithium or beryllium)
149     #     branch:    git branch (eg. stable/lithium or master)
150
151     project-type: maven
152     node: dynamic_merge
153     jdk: '{jdk}'
154
155     logrotate:
156         daysToKeep: '14'
157         numToKeep: '10'
158         artifactDaysToKeep: '{build-artifact-days-to-keep}'
159         artifactNumToKeep: '{build-artifact-num-to-keep}'
160
161     parameters:
162         - project-parameter:
163             project: '{project}'
164         - gerrit-parameter:
165             branch: '{branch}'
166         - gerrit-refspec-parameter:
167             refspec: 'refs/heads/{branch}'
168
169     scm:
170         - gerrit-trigger-scm:
171             credentials-id: '{ssh-credentials}'
172             refspec: ''
173             choosing-strategy: 'default'
174
175     wrappers:
176         - build-timeout
177         - ssh-agent-credentials:
178             users:
179                 - '{ssh-credentials}'
180
181     triggers:
182         - timed: 'H H * * 0'
183         - gerrit-trigger-patch-merged:
184             name: 'openflowjava'
185             branch: '{branch}'
186
187     prebuilders:
188         - wipe-org-opendaylight-repo
189         - jacoco-nojava-workaround
190         - provide-maven-settings:
191             global-settings-file: '{odl-global-settings}'
192             settings-file: '{openflowjava-settings}'
193
194     maven:
195         maven-name: '{mvn33}'
196         root-pom: 'pom.xml'
197         goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins -Dmerge -Dstream={stream}'
198         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m'
199         settings: '{openflowjava-settings}'
200         global-settings: '{odl-global-settings}'
201         post-step-run-condition: UNSTABLE
202
203     postbuilders:
204         - conditional-step:
205             condition-kind: file-exists
206             condition-filename: deploy-site.xml
207             condition-basedir: workspace
208
209             # The strategy here is intentional to run Maven site:deploy twice
210             # once using regular pom.xml to produce a staged-site which is
211             # then used by deploy-site.xml to push to Nexus. This is a
212             # workaround to Maven Site's default linking code which creates
213             # incorrect URLs for sites due to auto-detection assuming your
214             # project is configured in a certain way which ODL is not.
215             steps:
216             - maven-target:
217                 maven-version: '{mvn33}'
218                 pom: pom.xml
219                 goals: 'site:deploy -Dstream={stream}'
220                 java-opts:
221                     - '-Xmx2g'
222                 settings: '{openflowjava-settings}'
223                 global-settings: '{odl-global-settings}'
224             - maven-target:
225                 maven-version: '{mvn33}'
226                 pom: deploy-site.xml
227                 goals: 'site:deploy -Dstream={stream}'
228                 java-opts:
229                     - '-Xmx2g'
230                 settings: '{openflowjava-settings}'
231                 global-settings: '{odl-global-settings}'
232
233     reporters:
234         - findbugs
235
236     publishers:
237         - archive-artifacts:
238             artifacts: '**/target/surefire-reports/*-output.txt, '
239         - email-notification:
240             email-prefix: '[openflowjava]'
241         - maven-deploy:
242             id: ''
243             unique-version: true
244             deploy-unstable: false
245         - jacoco-report
246
247 - job-template:
248     name: 'openflowjava-periodic-{stream}'
249     disabled: false
250
251     # Job template for periodic builders
252     #
253     # The purpose of this job template is to setup a periodic
254     # builder.
255     #
256     # Required Variables:
257     #     stream:    release stream (eg. stable-lithium or beryllium)
258     #     branch:    git branch (eg. stable/lithium or master)
259
260     project-type: maven
261     node: dynamic_verify
262     jdk: '{jdk}'
263
264     logrotate:
265         daysToKeep: '14'
266         numToKeep: '10'
267         artifactDaysToKeep: '{build-artifact-days-to-keep}'
268         artifactNumToKeep: '{build-artifact-num-to-keep}'
269
270     parameters:
271         - project-parameter:
272             project: '{project}'
273
274     scm:
275         - git-scm:
276             credentials-id: '{ssh-credentials}'
277             refspec: ''
278             branch: '{branch}'
279
280     wrappers:
281         - build-timeout
282         - ssh-agent-credentials:
283             users:
284                 - '{ssh-credentials}'
285
286     triggers:
287         - timed: '@daily'
288
289     prebuilders:
290         - wipe-org-opendaylight-repo
291         - jacoco-nojava-workaround
292         - provide-maven-settings:
293             global-settings-file: '{odl-global-settings}'
294             settings-file: '{openflowjava-settings}'
295
296     maven:
297         maven-name: '{mvn33}'
298         root-pom: 'pom.xml'
299         goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins'
300         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m'
301         settings: '{openflowjava-settings}'
302         global-settings: '{odl-global-settings}'
303
304     reporters:
305         - findbugs
306
307     publishers:
308         - email-notification:
309             email-prefix: '[openflowjava]'
310         - jacoco-report
311
312 - job-template:
313     name: 'openflowjava-distribution-{stream}'
314
315     # Required variables:
316     #     stream:    release stream (eg. stable-lithium or beryllium)
317     #     branch:    git branch (eg. stable/lithium or master)
318
319     project-type: maven
320     node: dynamic_merge
321     jdk: '{jdk}'
322
323     logrotate:
324         daysToKeep: '{build-days-to-keep}'
325         numToKeep: '{build-num-to-keep}'
326         artifactDaysToKeep: '{build-artifact-days-to-keep}'
327         artifactNumToKeep: '{build-artifact-num-to-keep}'
328
329     parameters:
330         - project-parameter:
331             project: 'integration/distribution'
332
333     scm:
334         - git-scm:
335             credentials-id: '{ssh-credentials}'
336             refspec: ''
337             branch: '{branch}'
338
339     wrappers:
340         - build-timeout
341         - ssh-agent-credentials:
342             users:
343                 - '{ssh-credentials}'
344
345     triggers:
346         - reverse:
347             jobs: '{project}-merge-{stream}'
348             result: 'success'
349
350     prebuilders:
351         - wipe-org-opendaylight-repo
352         - provide-maven-settings:
353             global-settings-file: '{odl-global-settings}'
354             settings-file: '{openflowjava-settings}'
355
356     maven:
357         maven-name: '{mvn33}'
358         root-pom: 'pom.xml'
359         goals: 'clean install -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
360         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
361         settings: '{integration-settings}'
362         global-settings: '{odl-global-settings}'
363
364     publishers:
365         - email-notification:
366             email-prefix: '[{project}]'
367         - maven-deploy:
368             id: ''
369             unique-version: true
370             deploy-unstable: false
371
372 # Template: integration-patch-distribution-{stream}
373 # Goal: Build a patch and make sure the distribution can deploy with this change
374 # Operation: This job template builds a patch, creates a distribution containing
375 #            the patch, and triggers the distribution deploy test
376
377 - job-template:
378     name: 'openflowjava-distribution-check-{stream}'
379     disabled: '{obj:disable_distribution_check}'
380
381     project-type: maven
382     node: dynamic_verify
383     jdk: '{jdk}'
384
385     logrotate:
386         daysToKeep: '14'
387         numToKeep: '10'
388         artifactDaysToKeep: '{build-artifact-days-to-keep}'
389         artifactNumToKeep: '{build-artifact-num-to-keep}'
390
391     parameters:
392         - gerrit-project-parameter:
393             project: '{project}'
394         - gerrit-refspec-parameter:
395             refspec: '{branch}'
396         - project-parameter:
397             project: '{project}'
398         - integration-distribution-git-url
399
400     scm:
401         - integration-gerrit-scm:
402             credentials-id: '{ssh-credentials}'
403             basedir: '$GERRIT_PROJECT'
404             refspec: '$GERRIT_REFSPEC'
405             branch: '{branch}'
406         - integration-distribution-scm:
407             credentials-id: '{ssh-credentials}'
408             branch: '{branch}'
409
410     wrappers:
411         - build-timeout
412         - ssh-agent-credentials:
413             users:
414                 - '{ssh-credentials}'
415
416     triggers:
417         - gerrit:
418             server-name: 'OpenDaylight'
419             trigger-on:
420                 - patchset-created-event:
421                     exclude-drafts: 'true'
422                     exclude-trivial-rebase: 'false'
423                     exclude-no-code-change: 'true'
424                 - draft-published-event
425                 - comment-added-contains-event:
426                     comment-contains-value: 'test-distribution'
427             projects:
428               - project-compare-type: 'ANT'
429                 project-pattern: '{name}'
430                 branches:
431                   - branch-compare-type: 'ANT'
432                     branch-pattern: '**/{branch}'
433             skip-vote:
434                 successful: true
435                 failed: true
436                 unstable: true
437                 notbuilt: true
438
439     prebuilders:
440         - integration-get-bundle-url
441         - inject:
442             properties-file: 'bundle.txt'
443         - wipe-org-opendaylight-repo
444         - maven-target:
445             maven-version: '{mvn33}'
446             pom: '$GERRIT_PROJECT/pom.xml'
447             goals: 'clean install -Djenkins -DskipTests -Dcheckstyle.skip=true -Dmaven.javadoc.skip=true -Dmaven.site.skip=true -DgenerateReports=false -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dstream={stream}'
448             java-opts:
449                 - '-Xmx4096m -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
450             settings: '{openflowjava-settings}'
451             global-settings: '{odl-global-settings}'
452
453     maven:
454         maven-name: '{mvn33}'
455         root-pom: 'distribution/pom.xml'
456         goals: 'clean install -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
457         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
458         settings: '{openflowjava-settings}'
459         global-settings: '{odl-global-settings}'
460         ignore-upstream-changes: true
461         post-step-run-condition: 'SUCCESS'
462
463     postbuilders:
464         - trigger-builds:
465             - project: 'integration-distribution-deploy-{stream}'
466               block: true
467               predefined-parameters:
468                   BUNDLEURL=$BUNDLEURL
469
470     publishers:
471         - email-notification:
472             email-prefix: '[openflowjava]'
473
474 - job-template:
475     name: 'openflowjava-integration-{stream}'
476     disabled: false
477
478     # Job template for ODL integration verify jobs
479     #
480     # This is similar to a normal verify job, but it runs
481     # when a project that's a dependency of your project
482     # is successfully built.
483     #
484     # Required Variables:
485     #     stream:    release stream (eg. stable-lithium or beryllium)
486     #     branch:    git branch (eg. stable/lithium or master)
487
488     project-type: maven
489     node: dynamic_merge
490     jdk: '{jdk}'
491
492     logrotate:
493         daysToKeep: '{build-days-to-keep}'
494         numToKeep: '{build-num-to-keep}'
495         artifactDaysToKeep: '{build-artifact-days-to-keep}'
496         artifactNumToKeep: '{build-artifact-num-to-keep}'
497
498     parameters:
499         - project-parameter:
500             project: '{project}'
501
502     scm:
503         - git-scm:
504             credentials-id: '{ssh-credentials}'
505             refspec: ''
506             branch: '{branch}'
507
508     wrappers:
509         - build-timeout
510         - ssh-agent-credentials:
511             users:
512                 - '{ssh-credentials}'
513
514     triggers:
515         - reverse:
516             jobs: 'odlparent-merge-{stream},yangtools-merge-{stream},controller-merge-{stream}'
517             result: 'success'
518
519     prebuilders:
520         - wipe-org-opendaylight-repo
521         - jacoco-nojava-workaround
522         - provide-maven-settings:
523             global-settings-file: '{odl-global-settings}'
524             settings-file: '{openflowjava-settings}'
525
526     maven:
527         maven-name: '{mvn33}'
528         root-pom: 'pom.xml'
529         goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins'
530         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m'
531         settings: '{openflowjava-settings}'
532         global-settings: '{odl-global-settings}'
533
534     reporters:
535         - findbugs
536
537     publishers:
538         - email-notification:
539             email-prefix: '[openflowjava] [odlparent] [yangtools] [controller]'
540         - jacoco-report
541
542 - job-template:
543     name: 'openflowjava-sonar'
544     disabled: false
545
546     project-type: maven
547     node: dynamic_verify
548     jdk: 'openjdk8'
549
550     logrotate:
551         daysToKeep: '7'
552         numToKeep: '10'
553         artifactDaysToKeep: '1'
554         artifactNumToKeep: '1'
555
556     parameters:
557         - project-parameter:
558             project: '{project}'
559
560     scm:
561         - git-scm:
562             credentials-id: '{ssh-credentials}'
563             refspec: ''
564             branch: 'master'
565
566     wrappers:
567         - build-timeout
568         - ssh-agent-credentials:
569             users:
570                 - '{ssh-credentials}'
571
572     triggers:
573         - timed: '@weekly'
574         - gerrit-trigger-patch-sonar:
575             name: 'openflowjava'
576
577     prebuilders:
578         - wipe-org-opendaylight-repo
579         - jacoco-nojava-workaround
580         - provide-maven-settings:
581             global-settings-file: '{odl-global-settings}'
582             settings-file: '{openflowjava-settings}'
583
584     maven:
585         maven-name: '{mvn33}'
586         root-pom: 'pom.xml'
587         goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r  -Djenkins -Dsonar'
588         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m'
589         settings: '{openflowjava-settings}'
590         global-settings: '{odl-global-settings}'
591
592     reporters:
593         - findbugs
594
595     publishers:
596         - sonar:
597             language: 'java'
598             maven-opts: '-Xmx6144m -XX:MaxPermSize=1024m'
599         - email-notification:
600             email-prefix: '[openflowjava]'
601         - jacoco-report
602
603 - job-template:
604     name: 'openflowjava-clm-{stream}'
605     disabled: false
606
607     project-type: maven
608     node: dynamic_verify
609     jdk: '{jdk}'
610
611     logrotate:
612         daysToKeep: '{build-days-to-keep}'
613         numToKeep: '{build-num-to-keep}'
614         artifactDaysToKeep: '{build-artifact-days-to-keep}'
615         artifactNumToKeep: '{build-artifact-num-to-keep}'
616
617     parameters:
618         - project-parameter:
619             project: '{project}'
620
621     scm:
622         - git-scm:
623             credentials-id: '{ssh-credentials}'
624             refspec: ''
625             branch: '{branch}'
626
627     wrappers:
628         - build-timeout
629         - ssh-agent-credentials:
630             users:
631                 - '{ssh-credentials}'
632
633     triggers:
634         - timed: '@weekly'
635
636     prebuilders:
637         - wipe-org-opendaylight-repo
638         - provide-maven-settings:
639             global-settings-file: '{odl-global-settings}'
640             settings-file: '{openflowjava-settings}'
641
642     maven:
643         maven-name: '{mvn33}'
644         root-pom: 'pom.xml'
645         goals: 'clean install com.sonatype.clm:clm-maven-plugin:index -Djenkins -DskipTests=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
646         maven-opts: '-Xmx4096m -XX:MaxPermSize=512m'
647         settings: '{openflowjava-settings}'
648         global-settings: '{odl-global-settings}'
649
650     postbuilders:
651         - shell: 'find . -regex ".*karaf/target" | xargs rm -rf'
652         - check-clm:
653             application-name: openflowjava
654
655     publishers:
656         - email-notification:
657             email-prefix: '[openflowjava]'
658
659 - job-template:
660     name: 'openflowjava-validate-autorelease-{stream}'
661     disabled: '{obj:disable_autorelease}'
662
663     project-type: maven
664     node: dynamic_verify
665     concurrent: true
666     jdk: '{jdk}'
667
668     logrotate:
669         daysToKeep: '{build-days-to-keep}'
670         numToKeep: '{build-num-to-keep}'
671         artifactDaysToKeep: '{build-artifact-days-to-keep}'
672         artifactNumToKeep: '{build-artifact-num-to-keep}'
673
674     parameters:
675         - project-parameter:
676             project: '{project}'
677         - gerrit-parameter:
678             branch: '{branch}'
679         - autorelease-release-tag:
680             release-tag: 'validate'
681         - autorelease-release-branch:
682             release-branch: '{branch}'
683         - autorelease-release-datestamp:
684             datestamp: true
685
686     scm:
687         - git:
688             url: 'https://git.opendaylight.org/gerrit/releng/autorelease'
689             refspec: ''
690             branches:
691                 - 'origin/{branch}'
692             skip-tag: true
693             submodule:
694                 recursive: true
695
696     wrappers:
697         - autorelease-build-timeout
698         - ssh-agent-credentials:
699             users:
700                 - '{ssh-credentials}'
701
702     triggers:
703         - gerrit:
704             server-name: 'OpenDaylight'
705             trigger-on:
706                 - patchset-created-event:
707                     exclude-drafts: 'false'
708                     exclude-trivial-rebase: 'false'
709                     exclude-no-code-change: 'false'
710                 - draft-published-event
711                 - comment-added-contains-event:
712                     comment-contains-value: 'recheck'
713                 - comment-added-contains-event:
714                     comment-contains-value: 'reverify'
715                 - comment-added-contains-event:
716                     comment-contains-value: 'revalidate'
717             projects:
718               - project-compare-type: 'ANT'
719                 project-pattern: 'openflowjava'
720                 branches:
721                   - branch-compare-type: 'ANT'
722                     branch-pattern: '**/{branch}'
723
724     prebuilders:
725         - wipe-org-opendaylight-repo
726         - jacoco-nojava-workaround
727         - autorelease-checkout-gerrit-patch
728         - autorelease-generate-taglist
729         - autorelease-generate-release-patches
730         - maven-target:
731             maven-version: '{mvn33}'
732             pom: validate-pom.xml
733             goals: 'clean install -T1.5C -Djenkins -DskipTests -Dcheckstyle.skip=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
734             java-opts:
735             - '-Xmx8g'
736             settings: '{autorelease-settings}'
737             global-settings: '{odl-global-settings}'
738
739     maven:
740         maven-name: '{mvn33}'
741         root-pom: 'pom.xml'
742         goals: 'clean validate -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r'
743         maven-opts: '-Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
744         settings: '{autorelease-settings}'
745         global-settings: '{odl-global-settings}'
746         automatic-archiving: false
747         post-step-run-condition: UNSTABLE
748
749     postbuilders:
750         - shell: "./scripts/list-project-dependencies.sh"
751         - autorelease-sys-stats
752
753     publishers:
754         - archive-artifacts:
755             artifacts: '*.log'
756         - email-notification:
757             email-prefix: '[autorelease] [openflowjava]'
758