无法在我的 Hudson CI 服务器上安装插件
我正在尝试建立 Hudson CI 服务器。
我正在关注此处编写的文章。
我已经让服务器自行成功启动,但是当我去安装插件时,所有插件都无法安装。
我第二次跑步时发生这种情况
java -DHUDSON_HOME=data -jar hudson.war
当我将所有插件都放在 /plugins 文件夹中时。
我收到的错误是
...msbuild.hpi 的清单中没有“插件类”条目
...nunit.hpi 的清单中没有“插件类”条目
依赖分析核心不存在(与task.hpi相关)
I获取了它们的最新稳定版本,所以我认为这与我设置 hudson 实例的方式有关。我所做的与本文中唯一不同的事情是我将安装设置在 C:\Hudson 中。
有谁知道为什么这些插件都失败了?
I'm trying to stand up a Hudson CI server.
I'm following an article written here.
I've gotten the server to stand up successfully by itself, but when I go to install the plugins all the plugins fail to install.
This happens the second time I run
java -DHUDSON_HOME=data -jar hudson.war
when I have all my plugins in the /plugins folder.
The errors I'm getting are
No 'Plugin-Class' entry in the manifest of ...msbuild.hpi
No 'Plugin-Class' entry in the manifest of ...nunit.hpi
Dependency analysis-core doens't exist (related to task.hpi)
I grabbed the latest stable release of them, so I'm thinking it has something to do with how I set up my hudson instance. The only different thing that I have done from the article is that I set up the installation in C:\Hudson.
Does anyone know why these plugins are all failing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是由于某种原因我下载了 hudson 1.1 版本。我不确定这是如何发生的,因为我点击了最新的链接,但我返回并下载了真正的最新版本,插件现在安装得很好。
任务插件仍然没有安装,但我真的不需要那个插件,我只是好奇它是什么。
The problem was that for some reason I downloaded version 1.1 of hudson. I'm not sure how that happened since I clicked on the latest link, but I went back and downloaded the real latest version and the plugins are installing fine now.
The tasks plugin still doesn't install, but I don't really have to have that one, I was just curious what it was.