Skip to content

Commit

Permalink
build nightly with j21
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com>
  • Loading branch information
cdietrich committed Dec 30, 2024
1 parent dc2c79e commit 48a65c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
''' : '')
}

Expand Down

0 comments on commit 48a65c3

Please sign in to comment.