From 1f5bf33787fb075fb8d907296a84e02cfee34b64 Mon Sep 17 00:00:00 2001 From: Rahul Mohanan Date: Tue, 22 Oct 2024 10:26:22 +0530 Subject: [PATCH] Update JVM path for Windows Tests https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2468 --- JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy b/JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy index e5dd22dd469..22297a7f378 100644 --- a/JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy +++ b/JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy @@ -31,7 +31,7 @@ pipeline { 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 = 'C:\\\\PROGRA~1\\\\ECLIPS~1\\\\jdk-17.0.5.8-hotspot\\\\' + JAVA_HOME = 'C:\\\\PROGRA~1\\\\ECLIPS~1\\\\jdk-17.0.12.7-hotspot\\\\' PATH = "%JAVA_HOME%\\\\bin;C:\\\\ProgramData\\\\Boxstarter;C:\\\\Program Files\\\\IcedTeaWeb\\\\WebStart\\\\bin;C:\\\\Users\\\\jenkins_vnc\\\\AppData\\\\Local\\\\Microsoft\\\\WindowsApps;${env.PATH}" } steps {