diff --git a/Jenkinsfile b/Jenkinsfile index 30dc2b2..ebd5ecd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,13 +6,13 @@ buildPlugin( useContainerAgent: true, // Show failures on all configurations failFast: false, - // Opt-in to the Artifact Caching Proxy, to be removed when it will be in opt-out. + // Opt-in to the Artifact Caching Proxy, to be removed when it will be opt-out. // See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates. artifactCachingProxyEnabled: true, - // Test Java 8 with default Jenkins version, Java 11 with a recent LTS, Java 17 even more recent + // Test Java 11 with a recent LTS, Java 17 even more recent configurations: [ - [platform: 'linux', jdk: '17', jenkins: '2.375'], - [platform: 'linux', jdk: '11', jenkins: '2.361.4'], - [platform: 'windows', jdk: '8'] + [platform: 'linux', jdk: '17', jenkins: '2.380'], + [platform: 'linux', jdk: '11', jenkins: '2.375.1'], + [platform: 'windows', jdk: '11'] ] ) diff --git a/pom.xml b/pom.xml index 57a4984..795054e 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 999999-SNAPSHOT jenkinsci/cloud-stats-plugin - 2.346.3 + 2.361.4 false true Max