diff --git a/Jenkinsfile b/Jenkinsfile
index 41e7efeb..1a995dd3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,10 @@
-// Build the plugin using https://github.com/jenkins-infra/pipeline-library
-buildPlugin(configurations: [
- [ platform: 'linux', jdk: '11' ],
- [ platform: 'windows', jdk: '11' ],
- [ platform: 'linux', jdk: '17' ],
+/*
+ See the documentation for more options:
+ https://github.com/jenkins-infra/pipeline-library/
+*/
+buildPlugin(
+ useContainerAgent: false, // 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 8889b109..8c383c82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
org.jenkins-ci.plugins
plugin
- 4.73
+ 4.80
s3
@@ -91,7 +91,7 @@
org.testcontainers
testcontainers
- 1.19.0
+ 1.19.3
test
@@ -101,7 +101,7 @@
io.jenkins.tools.bom
bom-2.387.x
- 2446.v2e9fd3b_d8c81
+ 2543.vfb_1a_5fb_9496d
pom
import