From d85b50ad44e1ec8c7f93d05bafdb3b58ef5070a4 Mon Sep 17 00:00:00 2001 From: Boris Yao Date: Fri, 30 Aug 2024 15:59:56 +0200 Subject: [PATCH] fix Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2854a3aa..d5757dba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,6 @@ // Builds a module using https://github.com/jenkins-infra/pipeline-library buildPlugin(useContainerAgent: true, configurations: [ [platform: 'windows', jdk: 17], - [platform: 'linux', jdk: 17] + [platform: 'linux', jdk: 17], + [platform: 'linux', jdk: 21] ])