From 8552f44774ed0c5ce5be6100715788fc9cf9457c Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Tue, 5 Apr 2022 18:11:53 -0700 Subject: [PATCH] Test with Java 17 (#29) --- Jenkinsfile | 8 ++++---- pom.xml | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 86f9abd..8487bb0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,12 +5,12 @@ buildPlugin(useContainerAgent: true, configurations: [ // Test the long-term support end of the compatibility spectrum (i.e., the minimum required // Jenkins version). - [ platform: 'linux', jdk: '8', jenkins: null ], + [ platform: 'linux', jdk: '8' ], // Test the common case (i.e., a recent LTS release) on both Linux and Windows. - [ platform: 'linux', jdk: '8', jenkins: '2.303.2' ], - [ platform: 'windows', jdk: '8', jenkins: '2.303.2' ], + [ platform: 'linux', jdk: '11', jenkins: '2.332.1' ], + [ platform: 'windows', jdk: '11', jenkins: '2.332.1' ], // Test the bleeding edge of the compatibility spectrum (i.e., the latest supported Java runtime). - [ platform: 'linux', jdk: '11', jenkins: '2.303.2' ], + [ platform: 'linux', jdk: '17', jenkins: '2.342' ], ]) diff --git a/pom.xml b/pom.xml index 5ce4958..072e0e2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.39 + 4.40 @@ -18,7 +18,6 @@ 0.16 -SNAPSHOT 2.249.1 - 8 UTF-8 jenkinsci/exclusion-plugin true