Merge "BUG-2625: validate iotdm using jdk8 only"
[releng/builder.git] / jjb / opflex / opflex-custom.yaml
index 6e26c44e427d2530e96bb8fb0ad25344c43f07ca..ee676cf3de7f6a709eef80e7570cc37c7b7e2fe2 100644 (file)
@@ -9,11 +9,16 @@
     # stream:    release stream (eg. stable-lithium or beryllium)
     # branch:    git branch (eg. stable/lithium or master)
     stream:
-        - beryllium:
+        - boron:
             branch: 'master'
             jdk: openjdk7
             jdks:
                 - openjdk7
+        - beryllium:
+            branch: 'stable/beryllium'
+            jdk: openjdk7
+            jdks:
+                - openjdk7
 
     project: 'opflex'
 
@@ -34,7 +39,8 @@
           project: opflex-openvswitch_tgz-{stream}
           flatten: true
       - shell:
-          !include-raw-escape include-raw-opflex-build.sh
+          !include-raw-escape:
+            - include-raw-opflex-build.sh
 
 - job-template:
     name: 'opflex-verify-{stream}'