diff --git a/Jenkinsfile b/Jenkinsfile index fb4404959..a71c9d079 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.419' ], + [ platform: 'linux', jdk: '17', jenkins: '2.420' ], ])