I have a problem installing plugins in Jenkins, when I select a plugin and I give it to install, this error appears:
java.io.IOException: Downloaded file C:\Users\informatica\.jenkins\plugins\jdk-tool.jpi.tmp does not match expected SHA-1, expected 'K+QyfQDLMux19gZgQJSwtmwB2PY=', actual 'gU+ah3D/JBUdNqbvXwlRp8NB0NQ='
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:112)
at java.lang.Thread.run(Unknown Source)
I have installed jenkins on a server with wndows 10. And I launch the jenkins with java -jar jenkins.war
Thanks in advance!