Include new BGPCEP feature names into CSIT job definition
[releng/builder.git] / jjb-templates / verify.yaml
index 62fc2518248371d103401e8f2ac4ab25d1caabdc..2af97cd31179bf83fc1a785c3bb056bdc46a33d4 100644 (file)
@@ -6,8 +6,8 @@
     # The purpose of this job template is to setup a ODL verify job
     #
     # Required Variables:
-    #     stream:    branch with - in place of / (eg. stable-helium)
-    #     branch:    branch (eg. stable/helium)
+    #     stream:    release stream (eg. stable-lithium or beryllium)
+    #     branch:    git branch (eg. stable/lithium or master)
 
     project-type: matrix
     node: matrix_master
@@ -21,8 +21,7 @@
                 - dynamic_verify
         - axis:
             type: jdk
-            values:
-                - openjdk7
+            values: '{obj:jdks}'
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'
@@ -45,7 +44,8 @@
     wrappers:
         - build-timeout
         - ssh-agent-credentials:
-            user: '{ssh-credentials}'
+            users:
+                - '{ssh-credentials}'
 
     triggers:
         - gerrit-trigger-patch-submitted:
 
     builders:
         - wipe-org-opendaylight-repo
+        - jacoco-nojava-workaround
         - maven-target:
-            maven-version: '{mvn32}'
-            pom: 'pom.xml'
+            maven-version: '{mvn33}'
+            pom: 'POM'
             goals: 'MAVEN_GOALS'
             java-opts:
                 - 'MAVEN_OPTS'
             settings: '{PROJECT-settings}'
             global-settings: '{odl-global-settings}'
-        - jacoco-nojava-workaround
 
     publishers:
+        - findbugs
         - email-notification:
             email-prefix: '[PROJECT]'
         - jacoco-report