diff --git a/Jenkinsfile b/Jenkinsfile index 4ebae38..aa9e999 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ // Builds the plugin using https://github.com/jenkins-infra/pipeline-library buildPlugin(useContainerAgent: true, configurations: [ - [ platform: 'windows', jdk: '17'], - [ platform: 'linux', jdk: '21'] + [ platform: 'windows', jdk: 21], + [ platform: 'linux', jdk: 25] ])