Hello, I am trying to install jenkins and ran into a Subversion plugin problem. I was referencing this guide - https://www.linuxtechi.com/install-configure-jenkins-on-centos-7-rhel-7/ and everything was working fine.
> [#]$ rpm -qa | grep -i jenkins > jenkins-2.176.2-1.1.noarch However, when I attempt to "Install suggested plugins", all the plugins install except Subversion. I can download the subversion.hpi (version 2.12.2) from here http://updates.jenkins-ci.org/download/plugins/subversion/ but it takes a long while to connect. I see this in the /var/log/jenkins/jenkins.log: > at java.lang.Thread.run(Thread.java:748) > Caused by: java.io.IOException: Failed to load > http://updates.jenkins-ci.org/download/plugins/subversion/2.12.2/subversion.hpi > to /var/lib/jenkins/plugins/subversion.jpi.tmp > at > hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:1181) > ... 7 more > Caused by: java.net.SocketTimeoutException: Read timed out Any suggestions on how to get around this issue? Thanks, Mike -- Michael Vrencur Ace Info Solutions, Inc. (AceInfo) Supporting NOAA Advanced Technology Branch Global Systems Division / Earth System Research Laboratory [email protected] 303.497.7526 -- 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/14163784-6f03-3a0b-c81c-aad3af91fe64%40noaa.gov.
