diff --git a/Jenkinsfile b/Jenkinsfile index c63d84c86..49bc71e4c 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.457' ], + [ platform: 'linux', jdk: '17', jenkins: '2.458' ], ])