Re-enable integration jobs
[releng/builder.git] / jjb-templates / sonar.yaml
index 26f80b4012b62bfea0ecc93ee2f1ff8c011d1a14..2cf3023b47ee28af693e459c79b5e51c03d87750 100644 (file)
@@ -1,5 +1,7 @@
 - job-template:
     name: 'PROJECT_SHORTNAME-sonar'
+    # Temporarily disable until Rackspace networking issues are resolved
+    disabled: true
 
     project-type: maven
     node: dynamic_verify
@@ -42,7 +44,7 @@
     maven:
         maven-name: '{mvn33}'
         root-pom: 'POM'
-        goals: 'MAVEN_GOALS -Dsonar'
+        goals: 'MAVEN_GOALS -Djenkins -Dsonar'
         maven-opts: 'MAVEN_OPTS'
         settings: '{JENKINS_SETTINGS}'
         global-settings: '{odl-global-settings}'