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:
Dominik Stadler 2024-11-30 09:29:39 +00:00
parent b8f975fb8f
commit 3e0306d253
1 changed files with 3 additions and 1 deletions

View File

@ -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
],