mirror of https://github.com/apache/poi.git
Jenkins DSL: adoptopenjdk is not available any more
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b8f975fb8f
commit
3e0306d253
|
@ -20,7 +20,9 @@ def poijobs = [
|
|||
// only a limited set of nodes still have OpenJDK 8 (on Ubuntu) installed
|
||||
slaves: 'ubuntu',
|
||||
skipcigame: true,
|
||||
jenkinsLite: true
|
||||
jenkinsLite: true,
|
||||
// OpenJDK 1.8 is not available on the Apache CI any more
|
||||
disabled: true
|
||||
],
|
||||
[ name: 'POI-DSL-1.11', jdk: '1.11', trigger: triggerSundays, skipcigame: true
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue