如何在Jenkins

时间:2015-09-20 12:52:12

标签: jenkins jacoco

我正在运行Jenkins 1.627,并且我从管理UI通常的方式将JaCoCo插件安装到其中。

我能够安装许多其他插件而没有问题,但是对于JaCoCo插件,安装失败,下面有例外,这表明存档有问题。实际上,当我使用浏览器从下面的链接下载时,它只下载~7kb hpi文件,即使预期大小> 5MB。我也尝试了几个旧版本,结果相同。

这是为什么?有人成功安装插件吗?

hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/jacoco/1.0.19/jacoco.hpi (redirected to: http://jenkins.mirror.isppower.de/plugins/jacoco/1.0.19/jacoco.hpi)
    at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:797)
    at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1148)
    at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1309)
    at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1126)
    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 5196617 but only got 6808
    at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:784)
    ... 7 more

2 个答案:

答案 0 :(得分:0)

查看您的异常消息

  

无法下载   http://updates.jenkins-ci.org/download/plugins/jacoco/1.0.19/jacoco.hpi   (重定向到:   http://jenkins.mirror.isppower.de/plugins/jacoco/1.0.19/jacoco.hpi

     

引起:java.io.IOException:文件长度不一致:预期   5196617但只得到6808

看起来特定镜像上的文件丢失了。再试一次,因为当我开始写答案并在最后返回200时,网址http://jenkins.mirror.isppower.de/plugins/jacoco/1.0.19/jacoco.hpi返回404

答案 1 :(得分:0)

解决方案1 ​​

解决方案2