diff --git a/Jenkinsfile b/Jenkinsfile index 13df8aa..471bf86 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,17 +5,10 @@ buildPlugin(useContainerAgent: true, configurations: [ // Test the common case (i.e., a recent LTS release) on both Linux and Windows // with same core version as the lowest baseline requested by pom.xml - [ platform: 'linux', jdk: '11', jenkins: '2.440.3' ], - [ platform: 'windows', jdk: '11', jenkins: '2.440.3' ], + [ platform: 'linux', jdk: '17', jenkins: '2.479.1' ], + [ platform: 'windows', jdk: '17', jenkins: '2.479.1' ], // Test the bleeding edge of the compatibility spectrum (i.e., the latest supported Java runtime). // see also https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ - // NOTE: 2.475+ introduced other breaking changes to ecosystem - //[ platform: 'linux', jdk: '17', jenkins: '2.479.1' ], - - // NOTE: LTS https://www.jenkins.io/changelog-stable/#v2.462.3 - // is the last LTS release to support Java 11 - [ platform: 'linux', jdk: '11', jenkins: '2.462.3' ], - [ platform: 'linux', jdk: '17', jenkins: '2.462.3' ], - [ platform: 'linux', jdk: '21', jenkins: '2.462.3' ], + [ platform: 'linux', jdk: '21', jenkins: '2.484' ], ]) diff --git a/pom.xml b/pom.xml index cdc3389..81a22b5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.88 + 5.2 @@ -31,7 +31,7 @@ 2 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.440.3 + 2.479.1 Max Low @@ -41,8 +41,8 @@ io.jenkins.tools.bom - bom-2.440.x - 3435.v238d66a_043fb_ + bom-2.479.x + 3613.v584fca_12cf5c import pom