diff --git a/Jenkinsfile b/Jenkinsfile index 87a086da..dcbd01c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,5 @@ -buildPlugin(configurations: buildPlugin.recommendedConfigurations()) +buildPlugin(configurations: [ + [ platform: "linux", jdk: "8", jenkins: null ], + [ platform: "windows", jdk: "8", jenkins: "2.235.3", javaLevel: "8" ], + [ platform: "linux", jdk: "11", jenkins: "2.235.3", javaLevel: "8" ] + ]) diff --git a/pom.xml b/pom.xml index d26eab59..fbd9dd0c 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.jenkins-ci.plugins plugin - 4.1 + 4.6 @@ -90,7 +90,7 @@ io.jenkins.tools.bom bom-2.176.x - 9 + 11 import pom