Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve windows java switch logic on Jenkins #4143

Conversation

peterzhuamazon
Copy link
Member

Description

Improve windows java switch logic on Jenkins

Issues Resolved

#4142

ContainerAdministrator@350b4b9be160 MINGW64 ~
$ scoop list jdk | cut -d ' ' -f1 | grep 20 | head -1
openjdk20

ContainerAdministrator@350b4b9be160 MINGW64 ~
$ scoop list jdk | cut -d ' ' -f1 | grep 17 | head -1
temurin17-jdk

ContainerAdministrator@350b4b9be160 MINGW64 ~
$ scoop list jdk | cut -d ' ' -f1 | grep 14 | head -1
openjdk14

ContainerAdministrator@350b4b9be160 MINGW64 ~
$ scoop list jdk | cut -d ' ' -f1 | grep 11 | head -1
temurin11-jdk

ContainerAdministrator@350b4b9be160 MINGW64 ~
$ scoop list jdk | cut -d ' ' -f1 | grep 8 | head -1
temurin8-jdk

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #4143 (5b9c159) into main (000c924) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #4143   +/-   ##
=======================================
  Coverage   93.27%   93.27%           
=======================================
  Files         187      187           
  Lines        5755     5755           
=======================================
  Hits         5368     5368           
  Misses        387      387           

@peterzhuamazon peterzhuamazon merged commit d5424c7 into opensearch-project:main Oct 18, 2023
@peterzhuamazon peterzhuamazon deleted the fix-windows-jdk-selection-1 branch October 18, 2023 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

[BUG] Windows container not correctly switch JDK version
2 participants