Jenking插件安装失败 [英] Jenking plugin installation fails

查看:125
本文介绍了Jenking插件安装失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在Mac服务器上安装了Jenkins应用程序. 当我尝试安装插件时,出现以下错误消息.

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)

这是什么原因?

推荐答案

插件下载可能失败.插件实际上是zip文件.如果可以自己解压缩插件,则可以尝试.如果已损坏,则可以将其删除并尝试重新安装.

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.

这篇关于Jenking插件安装失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆