Skip to content

Add CI mirror to avoid Maven Central throttling#2160

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

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

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 and repository helper files — Add CI mirror before Maven Central for dependency resolution

Testing

  • Ran git diff --check
  • Ran ./gradlew assemble; dependency/plugin resolution completed, but the build failed later on existing Kotlin compile errors in AlertService.kt for unresolved currentTenantId references

Signed-off-by: Craig Perkins <craig5008@gmail.com>
@gaiksaya gaiksaya merged commit e03c122 into opensearch-project:main May 29, 2026
17 of 18 checks passed
gaiksaya added a commit that referenced this pull request May 29, 2026
…2161)

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