Jenkins" Build Pipeline Plugin"由于缺少jQuery插件,插件安装失败

时间:2017-02-19 11:54:44

标签: jenkins

尝试安装" Build Pipeline Plugin v1.5.6"失败的原因是:

  

hudson.util.IOException2:无法下载   http://updates.jenkins-ci.org/download/plugins/jquery/1.11.2-0/jquery.hpi   (重定向到:   http://ftp.tsukuba.wide.ad.jp/software/jenkins/plugins/jquery/1.11.2-0/jquery.hpi)     在   hudson.model.UpdateCenter $ UpdateCenterConfiguration.download(UpdateCenter.java:1172)     在hudson.model.UpdateCenter $ DownloadJob._run(UpdateCenter.java:1678)     在   hudson.model.UpdateCenter $ InstallationJob._run(UpdateCenter.java:1876)     在hudson.model.UpdateCenter $ DownloadJob.run(UpdateCenter.java:1652)     在   java.util.concurrent.Executors $ RunnableAdapter.call(Executors.java:511)     在java.util.concurrent.FutureTask.run(FutureTask.java:266)at   hudson.remoting.AtmostOneThreadExecutor $ Worker.run(AtmostOneThreadExecutor.java:110)     在java.lang.Thread.run(Thread.java:745)引起:   java.io.IOException:文件长度不一致:预期为3003464但是   只有872533在   hudson.model.UpdateCenter $ UpdateCenterConfiguration.download(UpdateCenter.java:1155)     ......还有7个

作为插件安装的一部分,jQuery插件无处可寻......

谷歌搜索解决方案没有取得丰硕成果。也许詹金斯社区知道如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

看起来从FTP siteuploading it via the Jenkins UI下载插件的.hpi文件,然后重新启动Jenkins解决了这个问题......

目前还不清楚为什么插件安装会失败。