From: PJ Fanning Date: Thu, 14 Oct 2021 10:46:53 +0000 (+0000) Subject: windows jdk 1.17 build X-Git-Tag: REL_5_2_0~378 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3391f0ab222a74db3e98f209cdb4769d1f519270;p=poi.git windows jdk 1.17 build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894231 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 734ea02975..50f128b51e 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -40,6 +40,8 @@ def poijobs = [ // disabled: true // ], [ name: 'POI-DSL-1.15', jdk: '1.15', trigger: triggerSundays, skipcigame: true, gradle: true +// // let's save some CPU cycles here, 14 is not a LTS and JDK 15 is GA as of 15 September 2020 + disabled: true ], [ name: 'POI-DSL-1.16', jdk: '1.16', trigger: 'H */12 * * *', skipcigame: true, gradle: true ], @@ -83,10 +85,12 @@ def poijobs = [ // disabled: true // ], [ name: 'POI-DSL-Windows-1.15', jdk: '1.15', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true, gradle: true +// // let's save some CPU cycles here, 14 is not a LTS and JDK 15 is GA as of 15 September 2020 + disabled: true + ], + [ name: 'POI-DSL-Windows-1.16', jdk: '1.16', trigger: 'H */12 * * *', windows: true, slaves: 'Windows', skipcigame: true, gradle: true ], - // building with JDK 16 fails currently because of findbugs/spotbugs - // therefore we do not set a trigger for now and only run it manually - [ name: 'POI-DSL-Windows-1.16', jdk: '1.16', trigger: '', windows: true, slaves: 'Windows', skipcigame: true, gradle: true + [ name: 'POI-DSL-Windows-1.17', jdk: '1.17', trigger: 'H */12 * * *', windows: true, slaves: 'Windows', skipcigame: true, gradle: true ], [ name: 'POI-DSL-Github-PullRequests', trigger: '', githubpr: true, skipcigame: true, // ensure the file which is needed from the separate documentation module does exist