Skip to content

Commit

Permalink
Fix Java 23 path for I-built tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Sep 19, 2024
1 parent 12ec89f commit 8310995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JenkinsJobs/AutomatedTests/I_unit_cen64_gtk3_java23.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ spec:
stage('Run tests'){
environment {
// 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
JAVA_HOME = tool(type:'jdk', name:'openjdk-jdk23-latest')
ANT_HOME = tool(type:'ant', name:'apache-ant-latest')
PATH = "${JAVA_HOME}/bin:${ANT_HOME}/bin:${PATH}"
}
Expand Down

0 comments on commit 8310995

Please sign in to comment.