You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Artifacts that should be retrieved from Apache Maven Central are instead being retrieved from the Artifactory repository provided to Jenkins by JFrog. That creates unexpected load on the Artifactory repository and risks that JFrog will have unexpected bandwidth costs for our Artifactory instance
Reproduction steps
From a machine that has already built an earlier version of Jenkins:
Retrieve the most recent Jenkins core source code with git clone https://github.com/jenkinsci/jenkins.git
Run a build of Jenkins core with mvn clean -DskipTests verify and watch the output
I saw the following artifacts downloaded from repo.jenkins-ci.org that I believe should be retrieved from Apache Maven Central:
Service(s)
Artifactory
Summary
Artifacts that should be retrieved from Apache Maven Central are instead being retrieved from the Artifactory repository provided to Jenkins by JFrog. That creates unexpected load on the Artifactory repository and risks that JFrog will have unexpected bandwidth costs for our Artifactory instance
Reproduction steps
From a machine that has already built an earlier version of Jenkins:
git clone https://github.com/jenkinsci/jenkins.git
mvn clean -DskipTests verify
and watch the outputI saw the following artifacts downloaded from repo.jenkins-ci.org that I believe should be retrieved from Apache Maven Central:
A few items were downloaded from Apache Maven Central like:
The text was updated successfully, but these errors were encountered: