diff --git a/Jenkinsfile b/Jenkinsfile index f89390f..7258923 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,7 @@ buildPlugin( useContainerAgent: true, configurations: [ + [platform: 'linux', jdk: 21], [platform: 'linux', jdk: 17], [platform: 'linux', jdk: 11], ]