You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2017/09/17 11:07:21 UTC

svn commit: r1808616 - /poi/trunk/jenkins/create_jobs.groovy

Author: centic
Date: Sun Sep 17 11:07:21 2017
New Revision: 1808616

URL: http://svn.apache.org/viewvc?rev=1808616&view=rev
Log:
Disable Maven-Sonar run to check if the Gradle-Sonar job is working, some more comments

Modified:
    poi/trunk/jenkins/create_jobs.groovy

Modified: poi/trunk/jenkins/create_jobs.groovy
URL: http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1808616&r1=1808615&r2=1808616&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Sun Sep 17 11:07:21 2017
@@ -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(
             '''



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org