refactor email recipients to parameter with default value
[releng/builder.git] / jjb / opflex / opflex-custom.yaml
index 7118fcfbb74b3157a584188eb0db48d9045c237d..658063d7440869dea193c3c0481d3c43e4f81505 100644 (file)
@@ -6,15 +6,16 @@
 #        - 'opflex-daily-{stream}'
 #        - 'opflex-distribution-{stream}'
 
-    # stream:    release stream (eg. stable-lithium or beryllium)
-    # branch:    git branch (eg. stable/lithium or master)
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
-            jdk: openjdk7
+            jdk: openjdk8
+        - boron:
+            branch: 'stable/boron'
+            jdk: openjdk8
         - beryllium:
             branch: 'stable/beryllium'
-            jdk: openjdk7
+            jdk: openjdk8
 
     project: 'opflex'
     archive-artifacts: '**/*.tar.gz'
@@ -23,7 +24,7 @@
     name: opflex-build
     builders:
       - maven-target:
-          maven-version: '{mvn33}'
+          maven-version: 'mvn33'
           pom: genie/pom.xml
           goals: compile
       - copyartifact:
 
     builders:
         - opflex-build:
-            mvn33: '{mvn33}'
+            mvn33: 'mvn33'
             stream: '{stream}'
 
     publishers:
         - email-notification:
+            email-recipients: '{email-recipients}'
             email-prefix: '[opflex]'
-        - archive-build:
-            maven-version: '{mvn33}'
+        - opendaylight-infra-shiplogs:
+            maven-version: 'mvn33'
 
 - job-template:
     name: 'opflex-merge-{stream}'
 
     builders:
         - opflex-build:
-            mvn33: '{mvn33}'
+            mvn33: 'mvn33'
             stream: '{stream}'
 
     publishers:
         - email-notification:
+            email-recipients: '{email-recipients}'
             email-prefix: '[opflex]'
-        - archive-build:
-            maven-version: '{mvn33}'
+        - opendaylight-infra-shiplogs:
+            maven-version: 'mvn33'