From 48a65c3ccf9207b55c34fb47ffccf890c74dcd3e Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Mon, 30 Dec 2024 07:50:41 +0100 Subject: [PATCH] build nightly with j21 Signed-off-by: Christian Dietrich --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d145b31a187..067ea714e2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { triggers { parameterizedCron(env.BRANCH_NAME == 'cd_tycho50' ? ''' - H H(13-14) * * * %TARGET_PLATFORM=latest;JDK_VERSION=17 + H H(13-14) * * * %TARGET_PLATFORM=latest;JDK_VERSION=21 ''' : '') }