X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fsonar.yaml;h=06e9242e5f72b44efe28a9576b3cc79ef3312471;hb=078eca553c824ed2f789a0ab46ec21823feb2504;hp=26f80b4012b62bfea0ecc93ee2f1ff8c011d1a14;hpb=211308aaebe77e278388e19cc449b7aa86bc232a;p=releng%2Fbuilder.git diff --git a/jjb-templates/sonar.yaml b/jjb-templates/sonar.yaml index 26f80b401..06e9242e5 100644 --- a/jjb-templates/sonar.yaml +++ b/jjb-templates/sonar.yaml @@ -1,9 +1,10 @@ - job-template: name: 'PROJECT_SHORTNAME-sonar' + disabled: false project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -42,7 +43,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}'