Skip to content

Commit

Permalink
Merge commit '065b494993a6527a0c6195d26745b6b349140341' into lts-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Docker User committed Jan 24, 2025
2 parents 09e6181 + 065b494 commit c15dba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ def get_windows_dir():

def get_jagent_java_home():
if "jdk21" in docker_build.get_current_branch():
return "/home/jagent/tools/jdk-21.0.5+11"
return "/home/jagent/tools/jdk-21.0.6+7"
if "weekly" in docker_build.get_current_branch():
return "/home/jagent/tools/jdk-21.0.5+11"
return "/home/jagent/tools/jdk-17.0.13+11"
return "/home/jagent/tools/jdk-21.0.6+7"
return "/home/jagent/tools/jdk-17.0.14+7"

#-----------------------------------------------------------------------

Expand Down

0 comments on commit c15dba8

Please sign in to comment.