diff --git a/Jenkinsfile b/Jenkinsfile index a5073bad..ec7b4ebe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ -buildPlugin(useContainerAgent: false, configurations: [ - [ platform: "linux", jdk: "11" ], - [ platform: "windows", jdk: "11" ], - [ platform: "linux", jdk: "17" ] +buildPlugin( + useContainerAgent: true, + configurations: [ + [platform: "linux", jdk: "11"], + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ])