diff --git a/Jenkinsfile b/Jenkinsfile index 6f681cb..8d38b97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,4 @@ -buildPlugin(configurations: [ - [platform: 'linux', jdk: '8'], - [platform: 'linux', jdk: '11'], - [platform: 'windows', jdk: '11'], - - // More recent with Guava & Guice bumps, only Linux - [ platform: "linux", jdk: "8", jenkins: '2.324' ], +buildPlugin(useContainerAgent: true, configurations: [ + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 11], ]) diff --git a/pom.xml b/pom.xml index fe30fab..ef8b343 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.jenkins-ci.plugins plugin - 4.49 + 4.71 antisamy-markup-formatter ${changelist} @@ -27,7 +27,7 @@ 999999-SNAPSHOT jenkinsci/antisamy-markup-formatter-plugin - 2.277.4 + 2.387.3 2.0 @@ -47,8 +47,8 @@ io.jenkins.tools.bom - bom-2.277.x - 961.vf0c9f6f59827 + bom-2.387.x + 2278.v47b_4508e256a import pom