We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of now, we only have one folder for all distributions:
# local builds/opensearch/dist/ dist/opensearch/ # S3 distribution-build-opensearch/1.3.0/1362/linux/x64/dist/opensearch/
This would cause issues on Jenkins as we tend to build multiple distributions together. This means one manifest.yml would override the other one.
manifest.yml opensearch-1.3.0-linux-x64.tar.gz opensearch-1.3.0-linux-x64.rpm
We would like to add a new subfolder such that:
# local builds/opensearch/tar/dist/ builds/opensearch/rpm/dist/ dist/opensearch/tar/ dist/opensearch/rpm/ # S3 distribution-build-opensearch/1.3.0/1362/linux/x64/dist/opensearch/tar/ distribution-build-opensearch/1.3.0/1362/linux/x64/dist/opensearch/rpm/
Thanks.
The text was updated successfully, but these errors were encountered:
Similar to #1145
Sorry, something went wrong.
Taking a look. Similar to my previous work to introduce opensearch and opensearch-dashboards subfolders #1145
opensearch
opensearch-dashboards
cc @seraphjiang
RPM build for OSD 2.0.0 failed #1807 (comment)
RPM build for OSD 1.3.0 also failed #1807 (comment)
RPM build for OSD 2.0.0 failed #1807 (comment) RPM build for OSD 1.3.0 also failed #1807 (comment)
Support in #1815
tianleh
Successfully merging a pull request may close this issue.
As of now, we only have one folder for all distributions:
This would cause issues on Jenkins as we tend to build multiple distributions together.
This means one manifest.yml would override the other one.
We would like to add a new subfolder such that:
Thanks.
The text was updated successfully, but these errors were encountered: