无法在Jenkins中下载GitHub插件

时间:2014-08-19 13:29:32

标签: github jenkins jenkins-plugins

我无法从Jenkins下载GitHub插件。以下是我的代理配置

enter image description here

enter image description here

我收到以下错误:

 Failure -
 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(Unknown Source)
 at java.util.concurrent.FutureTask.run(Unknown Source)
 at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:104)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Failed to install github plugin
at hudson.PluginManager.dynamicLoad(PluginManager.java:450)
at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1313)
... 5 more
Caused by: java.io.IOException: Dependency ssh-agent (1.3), github-api (1.42), git (2.0), git-client (1.4.4), scm-api (0.1) doesn't exist
at hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:488)
at hudson.PluginManager.dynamicLoad(PluginManager.java:440)
... 6 more

1 个答案:

答案 0 :(得分:2)

嗯,它告诉你:

  

引起:java.io.IOException:依赖ssh-agent(1.3),github-api(1.42),git(2.0),git-client(1.4.4),scm-api(0.1)没有存在

首先尝试下载其他提到的依赖项(尽管它们应该已自动安装)