无法在mac os x上的jenkins上安装任何插件-(sha-256匹配错误)

46qrfjad  于 2021-07-06  发布在  Java
关注(0)|答案(0)|浏览(292)

当我尝试下载任何插件时,出现以下错误。这是一个新的发展,似乎没有发生更早。我用brew安装了jenkins。我尝试了多次重新安装,但似乎没有工作。
我还注意到,我的实际sha-256值始终是“47deqpj8hbsa+/timw+5jceuqerkm5nmpjwzg3hsufu=”,与插件无关。使我认为这是一个错误,我的机器是如何生成的sha。

java.io.IOException: Downloaded file /Users/madhav/.jenkins/plugins/trilead-api.jpi.tmp does not match expected SHA-256, expected 'aRsCZA5PqYAxMhX6G+AXjA7yZArlzU0+MCEUEo1oVd8=', actual '47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU='
    at hudson.model.UpdateCenter.throwVerificationFailure(UpdateCenter.java:2025)
    at hudson.model.UpdateCenter.verifyChecksums(UpdateCenter.java:2060)
    at hudson.model.UpdateCenter$InstallationJob.replace(UpdateCenter.java:2239)
    at hudson.model.UpdateCenter$UpdateCenterConfiguration.install(UpdateCenter.java:1343)
    at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1872)
    at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:2153)
    at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1843)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:118)
    at java.base/java.lang.Thread.run(Thread.java:834)

我试着生成所有数据的校验和 *.jpi.tmp “我的”中的文件 .jenkins 文件夹,得到了不同的校验和。所有的文件都是空的。

madhav@Madhavs-MacBook-Pro.local /Users/madhav/.jenkins/plugins 
% shasum -a 256 structs.jpi.tmp
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855  structs.jpi.tmp
madhav@Madhavs-MacBook-Pro.local /Users/madhav/.jenkins/plugins 
% shasum -a 256 workflow-durable-task-step.jpi.tmp

e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855  workflow-durable-task-step.jpi.tmp

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题