diff --git a/Jenkinsfile b/Jenkinsfile
index f2708df3..9d613efc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,8 +1,10 @@
-#!/usr/bin/env groovy
-
-/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
-buildPlugin(useContainerAgent: true, configurations: [
- [platform: 'linux', jdk: 21], // Linux first for coverage report on ci.jenkins.io
- [platform: 'linux', jdk: 17],
- [platform: 'windows', 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],
+ ])
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 0e351d14..304e49b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
3.1.5
999999-SNAPSHOT
- 2.410
+ 2.401.3
jenkinsci/${project.artifactId}-plugin
@@ -83,37 +83,6 @@
3.24.2
test
-
- org.jenkins-ci.plugins.workflow
- workflow-cps
- test
-
-
- org.jenkins-ci.plugins.workflow
- workflow-cps
- tests
- test
-
-
- org.jenkins-ci.plugins
- pipeline-stage-step
- test
-
-
- org.jenkins-ci.plugins.workflow
- workflow-job
- test
-
-
- org.jenkins-ci.plugins.workflow
- workflow-durable-task-step
- test
-
-
- org.jenkins-ci.plugins.workflow
- workflow-basic-steps
- test
-