Reputation: 89
I am running Jenkins on docker on my local machine with the official jenkins/jenkins:lts
image. Until a few days ago, it still worked like a charm, but now it is unable to install any suggested package.
I checked the logs and found something about unreachable plugin mirror servers.
None of any plugin installed.
Caused: java.net.SocketTimeoutException: Read timed out
Caused: java.io.IOException: Failed to load https://updates.jenkins.io/.../1.7/plain-credentials.hpi to /var/jenkins_home/plugins/plain-credentials.jpi.tmp
I have tried on a couple of machines on different networks and got the same errors, I wonder if it was something relating to server maintenance? I'm from South East Asia. Do you have any idea? Do you have any workaround? Any help is appreciated.
Upvotes: 0
Views: 1996
Reputation: 46
I have been getting similar errors since 2020-11-12. It seems that Jenkins infrastructure is having trouble right now, which is being tracked in the following GitHub issue: https://github.com/jenkins-infra/jenkins.io/issues/3958
Upvotes: 1