diff --git a/Jenkinsfile b/Jenkinsfile index 58237ae..d82758a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,6 @@ buildPlugin( useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 11], - [platform: 'linux', jdk: 17] + [platform: 'linux', jdk: 17], + [platform: 'linux', jdk: 21], ])