From 89ba8311be7c5a3d34fd3d2349c857dc3c4b783d Mon Sep 17 00:00:00 2001 From: Baptiste Mathus Date: Tue, 30 Nov 2021 22:22:01 +0100 Subject: [PATCH] Verify the version past the Guava & Guice bumps https://github.com/jenkinsci/jenkins/pull/5707 https://github.com/jenkinsci/jenkins/pull/5858 --- Jenkinsfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 87bf9496..6e9d13b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,4 +4,8 @@ buildPlugin(failFast: false, configurations: [ [platform: 'linux', jdk: '11'], [platform: 'windows', jdk: '8'], - ]) \ No newline at end of file + // testing the Guava & Guice bumps + // https://github.com/jenkinsci/jenkins/pull/5707 + // https://github.com/jenkinsci/jenkins/pull/5858 + [ platform: "linux", jdk: "8", jenkins: '2.321', javaLevel: "8" ] + ])