【发布时间】:2016-10-30 14:30:09
【问题描述】:
我在添加插件时收到失败消息,有人能告诉我为什么会出现此错误:
hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/credentials/2.1.4/credentials.hpi (redirected to: http://ftp.tsukuba.wide.ad.jp/software/jenkins/plugins/credentials/2.1.4/credentials.hpi)
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:822)
at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1184)
at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1365)
at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1162)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
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 928684 but only got 884511
at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:805)
... 7 more
【问题讨论】:
-
请将错误信息缩进四个空格,以便在错误信息中保留换行符
标签: git jenkins jenkins-plugins jenkins-pipeline