diff --git a/Jenkinsfile b/Jenkinsfile index 6c366a628..2c39ef114 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.488'] + [platform: 'linux', jdk: 21, jenkins: '2.489'] ])