diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-10-29 09:28:52 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-10-29 09:28:52 +0000 |
commit | b233b3c9c709aefd688c9cdf5798f83a3133f99c (patch) | |
tree | 8baf83a7f806e90d4bcdab63db60a23e6770f1fa /jenkins | |
parent | ea69fa82a57a9470cb34d2fa4279e3ff69725c92 (diff) | |
download | poi-b233b3c9c709aefd688c9cdf5798f83a3133f99c.tar.gz poi-b233b3c9c709aefd688c9cdf5798f83a3133f99c.zip |
try to disable jacoco for latest JDKs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904916 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index e0b62281d7..3bd085b9b9 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -106,7 +106,8 @@ def poijobs = [ ], [ name: 'POI-DSL-Windows-1.17', jdk: '1.17', trigger: 'H */12 * * *', windows: true, slaves: 'Windows', skipcigame: true ], - [ name: 'POI-DSL-Windows-1.18', jdk: '1.18', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true + [ name: 'POI-DSL-Windows-1.18', jdk: '1.18', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true, + skipSpotbugs: true ], [ name: 'POI-DSL-Github-PullRequests', trigger: '', githubpr: true, skipcigame: true, // ensure the file which is needed from the separate documentation module does exist |