From: kiwiwings Date: Sun, 18 Dec 2016 00:01:45 +0000 (+0000) Subject: switch sonarqube to 1.8 and activate it X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=43c8f44c2c9d37668eb53adae33ac1f71536e6e9;p=poi.git switch sonarqube to 1.8 and activate it git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774825 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 3f7efced03..9973acb2eb 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -54,7 +54,7 @@ def poijobs = [ ], [ name: 'POI-DSL-no-scratchpad', trigger: triggerSundays, noScratchpad: true ], - [ name: 'POI-DSL-SonarQube', trigger: 'H 9 * * *', maven: true, sonar: true, disabled: true + [ name: 'POI-DSL-SonarQube', jdks: ['1.8'], trigger: 'H 9 * * *', maven: true, sonar: true ], ]