diff --git a/Jenkinsfile b/Jenkinsfile
index fa40794..c49f218 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -5,6 +5,5 @@
*/
buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: 25 ],
- [ platform: 'windows', jdk: 21 ],
- [ platform: 'linux', jdk: 17 ]
+ [ platform: 'windows', jdk: 17 ] // Intentionally testing Java 17 for this widely used library
])
diff --git a/pom.xml b/pom.xml
index 9f86bcd..60d3669 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci
jenkins
- 1.142
+ 2.1328.vfd10e2339a_19
@@ -33,6 +33,7 @@
-SNAPSHOT
jenkinsci/lib-${project.artifactId}
false
+ 17