diff --git a/Jenkinsfile b/Jenkinsfile
index 1bf6eff..4ca105a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,5 +1,5 @@
buildPlugin(configurations: [
- [ platform: "linux", jdk: "8" ],
[ platform: "windows", jdk: "11" ],
- [ platform: "linux", jdk: "11" ]
+ [ platform: "linux", jdk: "11" ],
+ [ platform: "linux", jdk: "17" ],
])
diff --git a/pom.xml b/pom.xml
index 25f1d27..cc070b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
plugin
- 4.51
+ 4.52
io.jenkins.plugins
@@ -29,7 +29,7 @@
2.3.7-2
-SNAPSHOT
- 2.332.1
+ 2.361.4
jenkinsci/${project.artifactId}-plugin