Skip to content

Commit

Permalink
fix(artifact-caching-proxy): update mirrored repositories list to be …
Browse files Browse the repository at this point in the history
…the same on infra.ci and ci.jenkins.io (jenkins-infra#3651)
  • Loading branch information
lemeurherve authored and lemeurherveCB committed Mar 8, 2023
1 parent 7c7b153 commit 30dfb64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/ext_jenkins-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ controller:
<mirror>
<id>aws-proxy</id>
<url>https://repo.aws.jenkins.io/public/</url>
<mirrorOf>repo.jenkins-ci.org</mirrorOf>
<mirrorOf>*,!incrementals,!elementary-releases,!chimera-releases,!chimera-snapshots</mirrorOf>
</mirror>
<mirror>
<id>aws-proxy-incrementals</id>
Expand All @@ -461,7 +461,7 @@ controller:
<mirror>
<id>azure-proxy</id>
<url>https://repo.azure.jenkins.io/public/</url>
<mirrorOf>repo.jenkins-ci.org</mirrorOf>
<mirrorOf>*,!incrementals,!elementary-releases,!chimera-releases,!chimera-snapshots</mirrorOf>
</mirror>
<mirror>
<id>azure-proxy-incrementals</id>
Expand All @@ -487,7 +487,7 @@ controller:
<mirror>
<id>do-proxy</id>
<url>https://repo.do.jenkins.io/public/</url>
<mirrorOf>repo.jenkins-ci.org</mirrorOf>
<mirrorOf>*,!incrementals,!elementary-releases,!chimera-releases,!chimera-snapshots</mirrorOf>
</mirror>
<mirror>
<id>do-proxy-incrementals</id>
Expand Down

0 comments on commit 30dfb64

Please sign in to comment.