diff --git a/Jenkinsfile b/Jenkinsfile index a8cecef..8d38b97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,4 @@ -buildPlugin(configurations: [ - // Test Windows & Linux with default values - [ platform: "linux", jdk: "8", jenkins: null ], - [ platform: "windows", jdk: "8", jenkins: null ], - - // More recent LTS, only Linux - [ platform: "linux", jdk: "8", jenkins: '2.346.2' ], - - // Checking JDK 11 - [ platform: "linux", jdk: "11", jenkins: null ] +buildPlugin(useContainerAgent: true, configurations: [ + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 11], ]) diff --git a/pom.xml b/pom.xml index b299ba1..0b49a74 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.jenkins-ci.plugins plugin - 4.44 + 4.63 variant @@ -45,8 +45,8 @@ io.jenkins.tools.bom - bom-2.319.x - 1508.v4b_d09ff0e893 + bom-2.361.x + 2081.v85885a_d2e5c5 import pom @@ -70,7 +70,7 @@ 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.319.3 + 2.361.4 org.jenkins-ci.plugins:beer