From 3c8513f37d162b4f841c526f098465504c409caa Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Fri, 16 Dec 2022 09:46:53 -0800 Subject: [PATCH] Update plugin parent POM and BOM --- Jenkinsfile | 7 ++++++- pom.xml | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bfa77d0..22a78e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,6 @@ -buildPlugin(platforms: ['maven']) +buildPlugin( + useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 11], +]) diff --git a/pom.xml b/pom.xml index e92f273..28781b3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.51 + 4.53 io.jenkins.plugins @@ -14,7 +14,7 @@ 0.11.5 999999-SNAPSHOT - 2.289.3 + 2.361.4 jenkinsci/${project.artifactId}-plugin Java JSON Web Token (JJWT) Plugin @@ -48,8 +48,8 @@ io.jenkins.tools.bom - bom-2.289.x - 1500.ve4d05cd32975 + bom-2.361.x + 1750.v0071fa_4c4a_e3 import pom