Skip to content

Conversation

github-actions[bot]
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)
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
Collaborator

💚 Build Succeeded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants