无法安装Jenkin的Jquery插件,显示错误消息,说sha1不匹配

时间:2017-08-29 17:18:15

标签: jenkins jenkins-plugins jenkins-pipeline

我在安装“Deliver Pipeline Plugin”时遇到了一些问题。依赖插件“Jquery插件”没有安装。我收到以下错误:

I am following your Jenkin's tutorial . I am facing some issue while installing "Deliver Pipeline Plugin" .The dependency plugin "Jquery Plugin" not installing . I am getting the following error:

java.io.IOException: Downloaded file C:\Program Files (x86)\Jenkins\plugins\jquery.jpi.tmp does not match expected SHA-1, expected 'eOnfdKAq1jTJLA6XJ5qfQiXBY6o=', actual 'DIij6KoUcjAFwoa79NMRslzuINs='
	at hudson.model.UpdateCenter.verifyChecksums(UpdateCenter.java:1810)
	at hudson.model.UpdateCenter.access$1100(UpdateCenter.java:149)
	at hudson.model.UpdateCenter$InstallationJob.replace(UpdateCenter.java:1963)
	at hudson.model.UpdateCenter$UpdateCenterConfiguration.install(UpdateCenter.java:1194)
	at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1680)
	at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1874)
	at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1651)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110)
	at java.lang.Thread.run(Unknown Source)


Please help me to resolve this issue.

请帮我解决此问题。

1 个答案:

答案 0 :(得分:-1)

上述错误的一个原因是网络连接。 如果您在任何公司网络中并且未在jenkins中设置代理,则会出现上述错误。

请打开C:\ Program Files(x86)\ Jenkins \ plugins \ jquery.jpi.tmp,看看文件中写了什么。

要在jenkins中设置代理,请参阅评论部分中的链接。

此致 阿尼尔