diff --git a/Jenkinsfile b/Jenkinsfile index 7fcf608..4f1213a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,7 @@ * allowing one to test against multiple Jenkins versions. */ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: 'linux', jdk: 11 ], - [ platform: 'windows', jdk: 11 ], - [ platform: 'linux', jdk: 17 ], - [ platform: 'linux', jdk: 21 ], + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], + [platform: 'linux', jdk: 11], ]) diff --git a/pom.xml b/pom.xml index db3fd5e..29a3098 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci jenkins - 1.115 + 1.116 @@ -36,6 +36,8 @@ 999999-SNAPSHOT jenkinsci/${project.artifactId} false + + 11