You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was due to an earlier decision that distribution downloader requires a static link, and cannot consume artifacts with dynamic build number.
The new approach is to have a snapshot artifact labeled as latest to avoid promoting to RELEASE channel.
Also, due to the plan to support core artifacts without plugins, we added min keyword in the core tarball naming convention, which also needs to be addressed in DistributionDownloader code. Release a standalone, minimal artifact opensearch-build#31
Describe the enhancement
OpenSearch/buildSrc/src/main/java/org/opensearch/gradle/DistributionDownloadPlugin.java
Line 159 in 0e9f74e
This was due to an earlier decision that distribution downloader requires a static link, and cannot consume artifacts with dynamic build number.
The new approach is to have a snapshot artifact labeled as
latestto avoid promoting to RELEASE channel.minkeyword in the core tarball naming convention, which also needs to be addressed in DistributionDownloader code.Release a standalone, minimal artifact opensearch-build#31
Expected behavior
The new link should point to
which results in something similar to:
Additional context