Skip to content

Commit

Permalink
Update JVM path for Windows Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MohananRahul committed Oct 22, 2024
1 parent c3d9c5b commit 1f5bf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsJobs/AutomatedTests/I_unit_win32_java17.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1f5bf33

Please sign in to comment.