]> source.dussan.org Git - poi.git/commitdiff
switch sonarqube to 1.8 and activate it
authorkiwiwings <kiwiwings@unknown>
Sun, 18 Dec 2016 00:01:45 +0000 (00:01 +0000)
committerkiwiwings <kiwiwings@unknown>
Sun, 18 Dec 2016 00:01:45 +0000 (00:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1774825 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 3f7efced03764853040b67b899711d5cf0b6e5b8..9973acb2eb2ac0f4e6dab5cef55e543435ffc6a5 100644 (file)
@@ -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
     ],
 ]