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