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