Describe the bug
Note; this the windows platform specific security demo script opensearch-project/security#2161
We are trying to setup builds and validation of OpenSearch for the Security Plugin, ./gradlew.bat build functions on a windows machine, but need the minimum artifact, just like how they are obtained for linux with
opensearch_version=`./gradlew properties -q | grep "opensearch_version:" | awk '{print $2}' | sed 's/-SNAPSHOT//g'`
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/$opensearch_version/latest/linux/x64/tar/builds/opensearch/dist/opensearch-min-$opensearch_version-linux-x64.tar.gz
I assume there would be a pattern that would look something like the following. Is there a url we can use to get these artifacts?
[1] Possible windows artifact pattern https://.ci.opensearch.org/ci/dbc/distribution-build-opensearch/$opensearch_version/latest/_windows/x64/zip/_builds/opensearch/dist/opensearch-min-$opensearch_version-windows-x64.zip
Notes
I Inspected a recent 3.0.0 build, https://build.ci.opensearch.org/job/distribution-build-opensearch/6226/flowGraphTable/ Do not see a step where artifacts are uploaded.
Describe the bug
Note; this the windows platform specific security demo script opensearch-project/security#2161
We are trying to setup builds and validation of OpenSearch for the Security Plugin,
./gradlew.bat buildfunctions on a windows machine, but need the minimum artifact, just like how they are obtained for linux withI assume there would be a pattern that would look something like the following. Is there a url we can use to get these artifacts?
[1] Possible windows artifact pattern https://.ci.opensearch.org/ci/dbc/distribution-build-opensearch/$opensearch_version/latest/_windows/x64/zip/_builds/opensearch/dist/opensearch-min-$opensearch_version-windows-x64.zip
Notes
I Inspected a recent 3.0.0 build, https://build.ci.opensearch.org/job/distribution-build-opensearch/6226/flowGraphTable/ Do not see a step where artifacts are uploaded.