Skip to content

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
backport_17232_9.0
Closed

Backport PR #17232 to 9.0: gradle task migrate to the new artifacts-api#17241
github-actions[bot] wants to merge 1 commit into9.0from
backport_17232_9.0

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 5, 2025

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

  • 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.

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

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)
@elastic-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@elasticmachine
Copy link

💛 Build succeeded, but was flaky

Failed CI Steps

@jsvd jsvd deleted the backport_17232_9.0 branch September 1, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants