X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fsonar.yaml;h=6e6b6dc668947d95c33585ac6757658c7dfcdab9;hb=74e306f69bdaa8ae98f126b38b87bf8dd768884d;hp=26f80b4012b62bfea0ecc93ee2f1ff8c011d1a14;hpb=b410f6e9e21fea5a89e291d8bc91e1cd6da9e4cd;p=releng%2Fbuilder.git diff --git a/jjb-templates/sonar.yaml b/jjb-templates/sonar.yaml index 26f80b401..6e6b6dc66 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' @@ -28,7 +29,7 @@ - '{ssh-credentials}' triggers: - - timed: '@weekly' + - timed: 'H H * * 6' - gerrit-trigger-patch-sonar: name: 'PROJECT_PATH' @@ -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}'