Skip to content

Commit

Permalink
Jenkins DSL: adoptopenjdk is not available any more
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922228 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
centic9 committed Nov 30, 2024
1 parent b8f975f commit 3e0306d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins/create_jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
],
Expand Down

0 comments on commit 3e0306d

Please sign in to comment.