diff --git a/Jenkinsfile b/Jenkinsfile index b94810a..64fce02 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,12 @@ -buildPlugin(useContainerAgent: true, configurations: [ - [ platform: "linux", jdk: "8" ], - [ platform: "windows", jdk: "8" ], - [ platform: "linux", jdk: "11" ] +/* + See the documentation for more options: + +https://github.com/jenkins-infra/pipeline-library/ + +*/ +buildPlugin( + useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests + configurations: [ + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ]) diff --git a/pom.xml b/pom.xml index 525499d..25afb6f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.46 + 4.76 org.jenkins-ci.plugins @@ -39,15 +39,15 @@ 999999-SNAPSHOT - 2.346.1 + 2.361.4 jenkinsci/${project.artifactId}-plugin io.jenkins.tools.bom - bom-2.346.x - 1607.va_c1576527071 + bom-2.361.x + 2102.v854b_fec19c92 import pom