为什么 Jenkins 让我升级到 Hudson?

发布于 2024-12-02 00:48:06 字数 457 浏览 1 评论 0原文

我有最新版本的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

口干舌燥 2024-12-09 00:48:06

听起来发生的事情是这样的:升级到 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文