mirror of https://github.com/apache/poi.git
jdk 1.18 build just once a week
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f713f551ad
commit
27d837067f
|
@ -49,7 +49,7 @@ def poijobs = [
|
|||
],
|
||||
[ name: 'POI-DSL-1.17', jdk: '1.17', trigger: 'H */12 * * *', skipcigame: true, gradle: true
|
||||
],
|
||||
[ name: 'POI-DSL-1.18', jdk: '1.18', trigger: 'H */12 * * *', skipcigame: true, gradle: true
|
||||
[ name: 'POI-DSL-1.18', jdk: '1.18', trigger: triggerSundays, skipcigame: true, gradle: true
|
||||
],
|
||||
[ name: 'POI-DSL-IBM-JDK', jdk: 'IBMJDK', trigger: triggerSundays, skipcigame: true, gradle: true
|
||||
],
|
||||
|
@ -100,7 +100,7 @@ def poijobs = [
|
|||
],
|
||||
[ name: 'POI-DSL-Windows-1.17', jdk: '1.17', trigger: 'H */12 * * *', windows: true, slaves: 'Windows', skipcigame: true, gradle: true
|
||||
],
|
||||
[ name: 'POI-DSL-Windows-1.18', jdk: '1.18', trigger: 'H */12 * * *', windows: true, slaves: 'Windows', skipcigame: true, gradle: true
|
||||
[ name: 'POI-DSL-Windows-1.18', jdk: '1.18', trigger: triggerSundays, 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
|
||||
|
|
Loading…
Reference in New Issue