From dd89876c7a33beb771205d9ca856d7e91b3705ca Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Mon, 11 Sep 2023 20:21:12 +0200 Subject: [PATCH] chore(build): Tests on JDK21. (#169) --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index eed94b2d..f2708df3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,7 @@ /* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */ buildPlugin(useContainerAgent: true, configurations: [ + [platform: 'linux', jdk: 21], // Linux first for coverage report on ci.jenkins.io [platform: 'linux', jdk: 17], [platform: 'windows', jdk: 11], ])