diff --git a/Jenkinsfile b/Jenkinsfile index 49bc71e4c..7a23bc92b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,5 +6,5 @@ buildPlugin(useContainerAgent: true, configurations: [ [ platform: 'linux', jdk: '11' ], [ platform: 'windows', jdk: '11' ], - [ platform: 'linux', jdk: '17', jenkins: '2.458' ], + [ platform: 'linux', jdk: '17', jenkins: '2.459' ], ])