X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb-templates%2Fsonar.yaml;h=cea3c8955225af01c831b4088eb4bffdfadb8569;hb=1db2be842f34e42ecfba0bf050f0efc0de9012ee;hp=8b63b5e250e6ae5a27de13874cf644f12d438dea;hpb=fce39f0d948ae005c024352350895e15d27ad8aa;p=releng%2Fbuilder.git diff --git a/jjb-templates/sonar.yaml b/jjb-templates/sonar.yaml index 8b63b5e25..cea3c8955 100644 --- a/jjb-templates/sonar.yaml +++ b/jjb-templates/sonar.yaml @@ -4,7 +4,7 @@ project-type: maven node: dynamic_verify - jdk: 'openjdk7' + jdk: 'openjdk8' logrotate: daysToKeep: '7' @@ -29,7 +29,7 @@ - '{ssh-credentials}' triggers: - - timed: '@weekly' + - timed: 'H H * * 6' - gerrit-trigger-patch-sonar: name: 'PROJECT_PATH' @@ -43,7 +43,7 @@ maven: maven-name: '{mvn33}' root-pom: 'POM' - goals: 'MAVEN_GOALS -Djenkins -Dsonar' + goals: 'MAVEN_GOALS -V -B -Djenkins -Dsonar' maven-opts: 'MAVEN_OPTS' settings: '{JENKINS_SETTINGS}' global-settings: '{odl-global-settings}'