Backport PR #17232 to 9.0: gradle task migrate to the new artifacts-api#17241
Closed
github-actions[bot] wants to merge 1 commit into9.0from
Closed
Backport PR #17232 to 9.0: gradle task migrate to the new artifacts-api#17241github-actions[bot] wants to merge 1 commit into9.0from
github-actions[bot] wants to merge 1 commit into9.0from
Conversation
This commit migrates gradle task to the new artifacts-api - remove dependency on staging artifacts - all builds use snapshot artifacts - resolve version from current branch, major.x, previous minor, with priority given in that order. Co-authored-by: Andrea Selva <selva.andre@gmail.com> (cherry picked from commit 0a74568)
|
💛 Build succeeded, but was flaky
Failed CI Steps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Backport PR #17232 to 9.0 branch, original message:
Fixes: https://github.com/elastic/ingest-dev/issues/5165
The artifacts-api.elastic.co is deprecated. This commit migrates gradle task to the new artifacts-api
with priority given in that order.
Take branch 8.x as example, the version first try to take from 8.19, then fallback to 8.x, and finally fallback to 8.18
For 9.0, the order is 9.0, then 9.x, and finally 8.x