From 8310995287d5cc78de7a37032d10130fd9914aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Thu, 19 Sep 2024 22:06:04 +0300 Subject: [PATCH] Fix Java 23 path for I-built tests --- JenkinsJobs/AutomatedTests/I_unit_cen64_gtk3_java23.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/JenkinsJobs/AutomatedTests/I_unit_cen64_gtk3_java23.groovy b/JenkinsJobs/AutomatedTests/I_unit_cen64_gtk3_java23.groovy index 0878ad36081..208a76e7633 100644 --- a/JenkinsJobs/AutomatedTests/I_unit_cen64_gtk3_java23.groovy +++ b/JenkinsJobs/AutomatedTests/I_unit_cen64_gtk3_java23.groovy @@ -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}" }