Skip to content

Add CI mirror to avoid Maven Central throttling#1189

Merged
gaiksaya merged 1 commit into
opensearch-project:mainfrom
cwperks:plugin-cache
May 29, 2026
Merged

Add CI mirror to avoid Maven Central throttling#1189
gaiksaya merged 1 commit into
opensearch-project:mainfrom
cwperks:plugin-cache

Conversation

@cwperks
Copy link
Copy Markdown
Member

@cwperks cwperks commented May 28, 2026

Description

Adds https://ci.opensearch.org/maven2/ as a priority repository for plugin and dependency resolution to avoid Maven Central HTTP 429 throttling during builds on Jenkins, such as integration tests run against release candidates during the release process.

Changes

  • settings.gradle — Add pluginManagement block with CI mirror before Gradle Plugin Portal and Maven Central
  • build.gradle — Add CI mirror before Maven Central for dependency resolution

Testing

  • Verified ./gradlew assemble completes successfully
  • Ran git diff --check

Signed-off-by: Craig Perkins <craig5008@gmail.com>
@gaiksaya gaiksaya merged commit d49a749 into opensearch-project:main May 29, 2026
11 of 13 checks passed
gaiksaya added a commit that referenced this pull request May 29, 2026
Co-authored-by: Craig Perkins <cwperx@amazon.com>
Signed-off-by: Craig Perkins <craig5008@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants