From 1165fd0f533116d6f851b31de048fceceabfe173 Mon Sep 17 00:00:00 2001 From: Baptiste Mathus Date: Thu, 27 Jan 2022 21:45:38 +0100 Subject: [PATCH] Build on various platforms for compat checking --- Jenkinsfile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 39b42fc..fb90f94 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,10 @@ -buildPlugin(useAci: true) +buildPlugin(useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: '11'], + [platform: 'windows', jdk: '8'], + + // 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" ] + ])