Update automated project templates
[releng/builder.git] / jjb / next / next.yaml
index 0729cd65a4ed387031588a308cdcb0967a28192d..ecf8b5f0c326ffcd7c39bd3a64982d79b146324f 100644 (file)
         - email-notification:
             email-prefix: '[next]'
         - jacoco-report
+        - archive-build:
+            maven-version: '{mvn33}'
 
 - job-template:
     name: 'next-merge-{stream}'
             unique-version: true
             deploy-unstable: false
         - jacoco-report
+        - archive-build:
+            maven-version: '{mvn33}'
 
 - job-template:
     name: 'next-periodic-{stream}'
         - email-notification:
             email-prefix: '[next]'
         - jacoco-report
+        - archive-build:
+            maven-version: '{mvn33}'
 
 - job-template:
     name: 'next-distribution-{stream}'
             id: ''
             unique-version: true
             deploy-unstable: false
+        - archive-build:
+            maven-version: '{mvn33}'
 
 # Template: integration-patch-distribution-{stream}
 # Goal: Build a patch and make sure the distribution can deploy with this change
             artifacts: 'karaf_console.log'
         - email-notification:
             email-prefix: '[next]'
+        - archive-build:
+            maven-version: '{mvn33}'
 
 - job-template:
     name: 'next-integration-{stream}'
         - email-notification:
             email-prefix: '[next] [odlparent] [controller] [yangtools]'
         - jacoco-report
+        - archive-build:
+            maven-version: '{mvn33}'
 
 - job-template:
     name: 'next-sonar'
         - email-notification:
             email-prefix: '[next]'
         - jacoco-report
+        - archive-build:
+            maven-version: '{mvn33}'
 
 - job-template:
     name: 'next-clm-{stream}'
     publishers:
         - email-notification:
             email-prefix: '[next]'
+        - archive-build:
+            maven-version: '{mvn33}'
 
 - job-template:
     name: 'next-validate-autorelease-{stream}'
     publishers:
         - email-notification:
             email-prefix: '[autorelease] [next]'
+        - archive-build:
+            maven-version: '{mvn33}'