Skip to content

Backport PR #17232 to 8.17: gradle task migrate to the new artifacts-api#17244

Closed
github-actions[bot] wants to merge 1 commit into8.17from
backport_17232_8.17
Closed

Backport PR #17232 to 8.17: gradle task migrate to the new artifacts-api#17244
github-actions[bot] wants to merge 1 commit into8.17from
backport_17232_8.17

Conversation

@github-actions
Copy link
Contributor

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

Backport PR #17232 to 8.17 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

@v1v v1v deleted the backport_17232_8.17 branch January 19, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants