diff --git a/Jenkinsfile b/Jenkinsfile
index faa4dea..a229fa5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,16 +1 @@
-def configurations = [
- // Test the long-term support end of the compatibility spectrum (i.e., the minimum required
- // Jenkins version).
- [ platform: 'linux', jdk: '8', jenkins: null ],
-
- // Test the common case (i.e., a recent LTS release) on both Linux and Windows.
- [ platform: 'linux', jdk: '11', jenkins: '2.332.1' ],
- [ platform: 'windows', jdk: '11', jenkins: '2.332.1' ],
-
- // Test the bleeding edge of the compatibility spectrum (i.e., the latest supported Java runtime).
- [ platform: 'linux', jdk: '17', jenkins: '2.342' ],
-]
-
-buildPlugin(
- configurations: configurations
-)
\ No newline at end of file
+buildPlugin()
diff --git a/pom.xml b/pom.xml
index b4d91d9..33a0cad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
999999-SNAPSHOT
jenkinsci/${project.artifactId}-plugin
- 2.289.3
+ 2.332.4
@@ -53,8 +53,8 @@
io.jenkins.tools.bom
- bom-2.289.x
- 1500.ve4d05cd32975
+ bom-2.332.x
+ 1706.vc166d5f429f8
import
pom
@@ -62,10 +62,6 @@
-
- org.jenkins-ci.plugins.workflow
- workflow-step-api
-
com.jayway.jsonpath
json-path