diff --git a/Jenkinsfile b/Jenkinsfile index ecf0dcaf..0e2c57c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,6 @@ /* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: "linux", jdk: "11" ], - [ platform: "windows", jdk: "11" ], - [ platform: "linux", jdk: "17" ], + [ platform: "windows", jdk: "17" ], + [ platform: "linux", jdk: "21" ], ])