From b984a29f0b19e5b5517e4281b99f5f899bd920c6 Mon Sep 17 00:00:00 2001 From: Ivan Fernandez Calvo Date: Sun, 12 Jan 2020 19:16:47 +0100 Subject: [PATCH] [JENKINS-60742] Bump core to 2.176.1 version and bump plugin dependecies (#82) * [JENKINS-60742] Bump core to 2.176.1 version and bump plugin dependencies * fix: update Jenkinsfile * fix: update Jenkinsfile --- Jenkinsfile | 16 +++++++++++++++- pom.xml | 6 +++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 87a086da..a601785c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,15 @@ -buildPlugin(configurations: buildPlugin.recommendedConfigurations()) +//def buildConfiguration = buildPlugin.recommendedConfigurations() + +def lts = "2.176.1" +def weekly = "2.199" +def buildConfiguration = [ + [ platform: "linux", jdk: "8", jenkins: lts, javaLevel: "8" ], + [ platform: "windows", jdk: "8", jenkins: lts, javaLevel: "8" ], + [ platform: "linux", jdk: "11", jenkins: lts, javaLevel: "8" ], + [ platform: "windows", jdk: "11", jenkins: lts, javaLevel: "8" ], + // Also build on recent weekly +// [ platform: "linux", jdk: "11", jenkins: weekly, javaLevel: "8" ], +// [ platform: "windows", jdk: "11", jenkins: weekly, javaLevel: "8" ] +] + +buildPlugin(configurations: buildConfiguration) diff --git a/pom.xml b/pom.xml index b06b821a..fbedab0e 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. org.jenkins-ci.plugins plugin - 3.49 + 3.55 saml @@ -44,7 +44,7 @@ under the License. 1.1.5 -SNAPSHOT - 2.164.1 + 2.176.1 8 1.30 @@ -121,7 +121,7 @@ under the License. org.jenkins-ci.plugins mailer - 1.24 + 1.29 compile