From e7e6695db963a36d0cbe19cdffd787d2037b0387 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Tue, 5 Apr 2022 17:30:51 -0700 Subject: [PATCH] Test with Java 17 --- 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 14eed64..40a626a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.39 + 4.40 gitlab-oauth @@ -14,7 +14,6 @@ 1.16 -SNAPSHOT 2.249.1 - 8 jenkinsci/${project.artifactId}-plugin UTF-8 UTF-8