-
Notifications
You must be signed in to change notification settings - Fork 290
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
Add support for build version qualifiers. #1676
Comments
Looks like OpenSearch core doesn't accept plugin version with version_qualifier. Plugin installation failed: https://github.com/opensearch-project/security/runs/5797837160?check_suite_focus=true
|
Synced up with @cliu123 on this as they are pulling the wrong artifacts which is not 2.0.0-alpha1, but 2.0.0. |
Coming from opensearch-project/opensearch-build#1632, add support for
-Dbuild.version_qualifier=
.The distribution build process now supports passing additional optional qualifiers other than the 3 digit versions, e.g.
2.0.0-alpha1
. Add the ability to pass additional qualifier to build scripts, and generate artifacts with a version that includes the qualifier.The text was updated successfully, but these errors were encountered: