]> source.dussan.org Git - poi.git/commitdiff
Disable Maven-Sonar run to check if the Gradle-Sonar job is working, some more comments
authorDominik Stadler <centic@apache.org>
Sun, 17 Sep 2017 11:07:21 +0000 (11:07 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 17 Sep 2017 11:07:21 +0000 (11:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808616 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 746e77b604a573368706a7a2ac429f402dee7491..23553e80835e67845376914c934a0ce3fea64f20 100644 (file)
@@ -72,7 +72,8 @@ def poijobs = [
         ],
         [ name: 'POI-DSL-no-scratchpad', trigger: triggerSundays, noScratchpad: true
         ],
-        [ name: 'POI-DSL-SonarQube', trigger: 'H 9 * * *', maven: true, sonar: true, skipcigame: true
+        [ name: 'POI-DSL-SonarQube', trigger: 'H 9 * * *', maven: true, sonar: true, skipcigame: true,
+                disabled: true // try to use the Gradle-based run so we can get rid of the Maven buildsystem
         ],
         [ name: 'POI-DSL-SonarQube-Gradle', trigger: 'H 9 * * *', gradle: true, sonar: true, skipcigame: true
         ],
@@ -393,6 +394,11 @@ poijobs.each { poijob ->
     }
 }
 
+/*
+Add a special job which spans a two-dimensional matrix of all JDKs that we want to use and
+all slaves that we would like to use and test if the java and ant binaries are available
+on that machine correctly.
+ */
 matrixJob('POI-DSL-Test-Environment') {
     description(
             '''