diff --git a/Jenkinsfile b/Jenkinsfile index 72b958bc..79437690 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ buildPlugin(configurations: [ [ platform: "linux", jdk: "8", jenkins: null ], [ platform: "windows", jdk: "8", jenkins: null ], - [ platform: "linux", jdk: "11", jenkins: "2.222.3" ] + [ platform: "linux", jdk: "11", jenkins: null ] ]) diff --git a/pom.xml b/pom.xml index de2bf95f..2712d2a6 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.jenkins-ci.plugins plugin - 4.1 + 4.15 org.jenkins-ci.plugins.workflow @@ -64,7 +64,7 @@ 3.8 -SNAPSHOT - 2.176.4 + 2.222.4 8 false true @@ -74,8 +74,8 @@ io.jenkins.tools.bom - bom-2.176.x - 16 + bom-2.222.x + 21 import pom @@ -115,11 +115,6 @@ mockito-core test - - org.jenkins-ci.plugins - structs - test - org.jenkins-ci.plugins.workflow workflow-cps @@ -162,16 +157,6 @@ tests test - - org.jenkins-ci.plugins - mailer - test - - - org.jenkins-ci.plugins - junit - test - org.jenkins-ci.plugins pipeline-build-step