-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Pickup Java version from .properties in OpenSearch gradle check #2395
Pickup Java version from .properties in OpenSearch gradle check #2395
Comments
Transferring this issue to https://github.com/opensearch-project/OpenSearch/ repo as this enhancement will be addressed as part of Gradle check migration process. |
@bbarani is this already addressed? |
@peterzhuamazon would know - show us where we get the java version in gradle checks? |
You can improve it by getting it from versions.properties, and sent from webhook to Jenkins runs. |
Thanks @peterzhuamazon - @minalsha this is not done, care to queue it up? |
@peterzhuamazon @dblock since build infra is open now, I could take it (if there are no objections) |
Is your feature request related to a problem? Please describe
Coming from opensearch-project/opensearch-build#74 (comment). Use different JDKs depending on which branch of OpenSearch is being built.
Describe the solution you'd like
OpenSearch has CI defined in a private freestyle project that runs gradle check on OpenSearch#main, branches and PRs. It will get extracted into a Jenkinsfile that is committed to the OpenSearch repo in opensearch-project/opensearch-build#851.
It will then needs to pickup the JDK version to use from https://github.com/opensearch-project/OpenSearch/blob/main/.ci/java-versions.properties#L16.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: