diff --git a/Jenkinsfile b/Jenkinsfile index d6f43f04e..e1b4265d3 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.484'] + [platform: 'linux', jdk: 21, jenkins: '2.485'] ])