Bump default Maven version to 3.3.3
[releng/builder.git] / jjb-templates / integration.yaml
index ed74148202fbf819b0802083f4e574a6687a4955..b2b499d526b79bf72b30ff5034a1868e6cd5fbe4 100644 (file)
@@ -2,10 +2,11 @@
     name: 'PROJECT-integration-{stream}'
     disabled: DISABLED
 
-    # Job template for ODL merge jobs
+    # Job template for ODL integration verify jobs
     #
-    # The purpose of this job template is to setup a ODL merge job
-    # and deploy artifacts to Nexus.
+    # This is similar to a normal verify job, but it runs
+    # when a project that's a dependency of your project
+    # is successfully built.
     #
     # Required Variables:
     #     stream:    branch with - in place of / (eg. stable-helium)
@@ -34,7 +35,8 @@
     wrappers:
         - build-timeout
         - ssh-agent-credentials:
-            user: '{ssh-credentials}'
+            users:
+                - '{ssh-credentials}'
 
     triggers:
         - reverse:
@@ -45,8 +47,8 @@
         - wipe-org-opendaylight-repo
 
     maven:
-        maven-name: '{mvn32}'
-        root-pom: 'pom.xml'
+        maven-name: '{mvn33}'
+        root-pom: 'POM'
         goals: 'MAVEN_GOALS source:jar javadoc:jar'
         maven-opts: 'MAVEN_OPTS'
         settings: '{PROJECT-settings}'
@@ -55,6 +57,9 @@
     postbuilders:
         - jacoco-nojava-workaround
 
+    reporters:
+        - findbugs
+
     publishers:
         - email-notification:
             email-prefix: 'EMAIL_PREFIX'