Tried looking this up, could not put my finger on the answer.
Our private, internal Nexus repository proxies both:
https://repo.jenkins-ci.org/releases/
and
https://repo.jenkins-ci.org/public/
My question is why should I need to proxy both? What purpose / activity does each one of those support? eg:
- contributing to Jenkins Core
- developing / contributing to Jenkins plugins
- other activities - groovy libs ?
For context, we are behind a firewall, so all dependency requests go through our private repository and the proxy via a Nexus group settings.
I wonder if one of them perhaps is a legacy from your migration from Nexus to Artifactory and was never cleaned up on our part?
Should we proxy something else?
Thanks.