Skip to content

Commit 8310995

Browse files
committed
Fix Java 23 path for I-built tests
1 parent 12ec89f commit 8310995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

JenkinsJobs/AutomatedTests/I_unit_cen64_gtk3_java23.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ spec:
8383
stage('Run tests'){
8484
environment {
8585
// Declaring a jdk and ant the usual way in the 'tools' section, because of unknown reasons, breaks the usage of system commands like xvnc, pkill and sh
86+
JAVA_HOME = tool(type:'jdk', name:'openjdk-jdk23-latest')
8687
ANT_HOME = tool(type:'ant', name:'apache-ant-latest')
8788
PATH = "${JAVA_HOME}/bin:${ANT_HOME}/bin:${PATH}"
8889
}

0 commit comments

Comments
 (0)