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
This issue is caused by #3842 where we forgot to clean-up the ACP cache.
Artifacts which used to be stored in repo.jenkins-ci.org and should be now served by Apache Maven central need to be marked as decached.
Given the amount of artifacts, better to uncache the 6 ACPs.
For each of the 3 Kubernetes clusters hosting an ACP (doks-public, publick8s and eks-public), we ran the following commands:
# Clean up filesystem's cache
kubectl exec -n artifact-caching-proxy -ti artifact-caching-proxy-<ID> -- sh -c 'rm -rf /data/nginx-cache/*'# Delete pod to close file handles and clean up memory
kubectl delete pod -n artifact-caching-proxy artifact-caching-proxy-<ID>
Service(s)
Artifact-caching-proxy
Summary
The master branch of the plugin bill of materials fails the build after about 15 minutes with a report that it could not download a jar file.
Reproduction steps
The text was updated successfully, but these errors were encountered: