为什么 Jenkins 让我升级到 Hudson?
我有最新版本的 Jenkins,我用以下命令启动了它 “java -jar jenkins.jar。” 然后我收到错误
????: Failed Loading plugin rest-plugin hudson.util.IOException2: Unable to create instance of org.hudsonci.rest.plugin.RestPlugin from rest-plugin
之后,当我在 localhost:8080 访问 Jenkins 时,Jenkins 显示“New version of Jenkins (2.1.0) is available”,并下载 Hudson.war 2.1.0 的链接**
Jenkins 是否合并回来了进入哈德逊?据我所知,大多数人都说 Jenkins 会比 Hudson 更好。
有谁知道发生了什么事吗?
I have the latest version of Jenkins, and I launched it with
"java -jar jenkins.jar."
Then I got an error
????: Failed Loading plugin rest-plugin hudson.util.IOException2: Unable to create instance of org.hudsonci.rest.plugin.RestPlugin from rest-plugin
After that, when I visit Jenkins at localhost:8080, Jenkins shows "New version of Jenkins (2.1.0) is available", and download link to Hudson.war 2.1.0**
Did the Jenkins merge back into Hudson? As far as I know, most people are saying Jenkins will be better than Hudson.
Is there anybody that knows what happened?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来发生的事情是这样的:升级到 Jenkins 时保留了旧的设置。这包括更新 URL,因此 Jenkins 正在轮询旧的 Hudson url 以获取更新。一旦你解决了这个问题,你就应该是金色的。要修复此问题,只需执行以下操作:
在“管理 Jenkins”下,转到“管理插件”并单击“高级”选项卡。确保更新 URL 设置为 http://updates.jenkins-ci.org/更新中心.json
It sounds like what happened is this: you kept your old settings when you upgraded to Jenkins. This included the update URL, so Jenkins is polling the old Hudson url for updates. Once you fix this, you should be golden. To fix it, just do this:
Under Manage Jenkins, go to Manage Plugins and click on the advanced tab. Make sure that the Update URL is set to http://updates.jenkins-ci.org/update-center.json