I'm not sure if this is the right channel to report this issue - if there's a better forum for this please let me know.
I'm trying to set up a jenkins instance in a docker container (which generally has been nice to work with) and I'm having a hard time downloading plugins. I don't remember seeing this issue before the last few hours. The basic issue seems to be timeouts while downloading plugins. Sometimes it's able to download a few plugins before dying. E.g. Step 3 : RUN /usr/local/bin/plugins.sh /usr/share/jenkins/plugins.txt ---> Running in d11768c365c5 Downloading hipchat:1.0.0 Downloading workflow-step-api:1.11 Downloading github:1.18.1 Downloading git-client:1.18.0 Downloading scm-api:0.2 Downloading git:2.4.0 Downloading github-api:1.69 curl: (7) Failed to connect to updates.jenkins-ci.org port 443: Connection timed out The command '/bin/sh -c /usr/local/bin/plugins.sh /usr/share/jenkins/plugins.txt' returned a non-zero code: 7 I'm seeing this both from an EC2 instance as well as my local network. Even loading the web interface at https://updates.jenkins.io sometimes takes a long time to load. The straight HTTP version seems not to be affected. Finally, using https://www.uptrends.com/tools/uptime to try to load https://updates.jenkins.io is also reporting a lot of TCP connection issues. Unfortunately the docker image isn't set up to cache plugins already downloaded so retrying this always starts at the top of the order. I saw someone else facing other network issues earlier today - maybe some of the infrastructure is just in flux? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/6e662839-1c42-4dd1-ad17-db35bbf190fc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
