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