mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Jenkins DSL: Add Windows-1.15 and Windows-1.16 and disabled Windows-1.14
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890139 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1bb995ec16
commit
299fe38719
@ -80,7 +80,15 @@ def poijobs = [
|
||||
// let's save some CPU cycles here, 12 is not a LTS and JDK 13 is GA now
|
||||
disabled: true
|
||||
],
|
||||
[ name: 'POI-DSL-Windows-1.14', jdk: '1.14', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true
|
||||
[ name: 'POI-DSL-Windows-1.14', jdk: '1.14', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: true,
|
||||
// let's only verify the latest two JDKs
|
||||
disabled: true
|
||||
],
|
||||
[ name: 'POI-DSL-Windows-1.15', jdk: '1.15', trigger: triggerSundays, windows: true, slaves: 'Windows', skipcigame: 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
|
||||
],
|
||||
[ name: 'POI-DSL-Github-PullRequests', trigger: '', githubpr: true, skipcigame: true,
|
||||
// ensure the file which is needed from the separate documentation module does exist
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user