Jenking plugin installation fails

点点圈 提交于 2019-12-13 05:28:19

问题


I have installed the Jenkins app in mac server. when I try to install the plugin I'm getting below failure message.

java.io.IOException: Failed to dynamically deploy this plugin
    at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1317)
    at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1116)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:104)
    at java.lang.Thread.run(Thread.java:695)
Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:128)
    at java.util.jar.JarFile.<init>(JarFile.java:136)
    at java.util.jar.JarFile.<init>(JarFile.java:115)
    at hudson.ClassicPluginStrategy.getShortName(ClassicPluginStrategy.java:101)
    at hudson.PluginManager.dynamicLoad(PluginManager.java:418)
    at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1313)

What would be reason for this?


回答1:


It is possible the plugin download has failed. The plugins are actually zip files. You could try if you can unzip the plugin yourself. If it is damaged, you could remove it and try to install it again.



来源:https://stackoverflow.com/questions/24889196/jenking-plugin-installation-fails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!