X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fsonar.yaml;h=06e9242e5f72b44efe28a9576b3cc79ef3312471;hb=4ff9f6616e0a3cdce906326f01e2c24f76451210;hp=afcfe9a3a95884d5032aff8c917dcde456237845;hpb=12f5109e5c9546630728a0a95c8debbafee747e1;p=releng%2Fbuilder.git diff --git a/jjb-templates/sonar.yaml b/jjb-templates/sonar.yaml index afcfe9a3a..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' @@ -28,7 +29,7 @@ - '{ssh-credentials}' triggers: - - timed: 'H H * * *' + - timed: '@weekly' - 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}'