Hi all,
I'm hoping to get some clarification. I keep received notice for an update to the ssh-agent plugin to 1.8. I tried to update but it failed with the following error:
hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/ssh-agent/1.8/ssh-agent.hpi (redirected to: http://mirror.xmission.com/jenkins/plugins/ssh-agent/1.8/ssh-agent.hpi)
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:796)
at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1143)
at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1303)
at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1121)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: Inconsistent file length: expected 4739069 but only got 6823
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:783)
... 7 more
$ ls -ltr
-rwxrwx---+ 1 User None 6843 Aug 17 13:26 ssh-agent.xmirror.hpi
-rwxrwx---+ 1 User None 6847 Aug 17 13:26 ssh-agent.jenkins.hpi
I ran md5 against the two and could see they were different.
$ md5sum ssh-agent.*
079875ab66ef1e2e81cbe628e3212d5e *ssh-agent.jenkins.hpi
28c260b7210872615f4a3055eb6b9c4e *ssh-agent.xmirror.hpi
Is there a reason for the difference? It looks like the xmirror mirror is not providing the full download.
Thanks,
Ben