From 3b0c2693a546e43edc58d94d9cf6dbae5f787fb9 Mon Sep 17 00:00:00 2001 From: Valentin Delaye Date: Tue, 5 Sep 2023 04:59:20 +0200 Subject: [PATCH] Remove Jenkins core version when building JDK 21 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index abcfcb7..d158d8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,5 +7,5 @@ buildPlugin( configurations: [ [platform: 'linux', jdk: 11], [platform: 'linux', jdk: 17], - [platform: 'linux', jdk: '21', jenkins: '2.414'], + [platform: 'linux', jdk: 21], ])