diff options
author | Dominik Stadler <centic@apache.org> | 2017-09-17 11:07:21 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2017-09-17 11:07:21 +0000 |
commit | a7280639bd0904b86cdf7f0e1bce02f0e28e05bf (patch) | |
tree | 118a205860ed97fc5dce08bc5811563814b56760 /jenkins | |
parent | 5166c217d5988ba453308e9932d69fc7c56613e8 (diff) | |
download | poi-a7280639bd0904b86cdf7f0e1bce02f0e28e05bf.tar.gz poi-a7280639bd0904b86cdf7f0e1bce02f0e28e05bf.zip |
Disable Maven-Sonar run to check if the Gradle-Sonar job is working, some more comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 746e77b604..23553e8083 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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( ''' |