aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-11-25 10:05:00 +0000
committerPJ Fanning <fanningpj@apache.org>2021-11-25 10:05:00 +0000
commita3f0121147c3fb708b17795e7906a92a2bde2331 (patch)
tree37e38b2e95bc1be855da32be1a09b1fd8f6e005f /jenkins
parent12e3d2a9edf34730101cb77b0f50e42f533960b6 (diff)
downloadpoi-a3f0121147c3fb708b17795e7906a92a2bde2331.tar.gz
poi-a3f0121147c3fb708b17795e7906a92a2bde2331.zip
saxon test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy5
1 files changed, 5 insertions, 0 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index a14b9bebb7..8cddebe02c 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -67,6 +67,8 @@ def poijobs = [
// ],
[ name: 'POI-DSL-no-scratchpad', trigger: triggerSundays, noScratchpad: true, gradle: true
],
+ [ name: 'POI-DSL-saxon-test', trigger: triggerSundays, saxonTest: true, gradle: true
+ ],
// [ name: 'POI-DSL-SonarQube', jdk: '1.11', trigger: 'H 7 * * *', maven: true, sonar: true, skipcigame: true,
// email: 'kiwiwings@apache.org',
// // replaced by Gradle-based build now
@@ -424,6 +426,9 @@ poijobs.each { poijob ->
if (poijob.noScratchpad) {
switches('-Pscratchpad.ignore=true')
}
+ if (poijob.saxonTest) {
+ switches('-Psaxon.test=true')
+ }
}
} else {
ant {