diff --git a/Jenkinsfile b/Jenkinsfile index dc1d47af..370b2c76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,5 +6,5 @@ buildPlugin(useContainerAgent: true, forkCount: '1C', configurations: [ [platform: 'linux', jdk: 17], [platform: 'windows', jdk: 17], - [platform: 'linux', jdk: 21, jenkins: '2.481'] + [platform: 'linux', jdk: 21, jenkins: '2.482'] ])