有什么不错的 Eclipse 插件可以监控 Jenkins 吗?

发布于 2024-11-09 12:53:44 字数 231 浏览 0 评论 0原文

我找到了 2009 年的 Eclipse 的旧插件来监视 Hudson 服务器,但它有两个主要缺点

  1. :支持多个 Hudson/Jenkins 服务器
  2. 单击视图中的作业会导致显示 404 异常的窗口

有谁知道 Jenkins 的更新(维护)Eclipse 插件吗?

I have found an old plugin for Eclipse from 2009 to monitor a Hudson server but it has two major drawbacks:

  1. No support for multiple Hudson/Jenkins servers
  2. Clicking on a Job in the view results in a window showing a 404 exception

Does anyone know a newer (maintained) Eclipse plugin for Jenkins?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

一江春梦 2024-11-16 12:53:44

Hudson 有一个 Mylyn 连接器,它也适用于 Jenkins(更新站点是 http://download .eclipse.org/mylyn/releases/latest/

There is a Mylyn connector for Hudson, which also works for Jenkins (Update site is http://download.eclipse.org/mylyn/releases/latest/)

向地狱狂奔 2024-11-16 12:53:44

Eclipse Juno 包含 Mylyn 构建视图。它显示了上次构建时间以及构建计划的摘要。可以直接看到测试结果并跳转到相应的代码。构建失败标记为红色,就像在问题视图中一样。

Menu -> Windows -> Show View -> Mylyn Builds

如果您没有,请安装它:

Menu -> Help -> Install New Software... -> http://download.eclipse.org/mylyn/releases/juno
   choose
   Mylyn Integrations -> Mylyn Builds Connector: Hudson/Jenkins
   Mylyn SDKs and Frameworks -> Mylyn Builds

它们也可用于 Eclipse Indigo

通常,构建视图会自动连接您的 Hudson/Jenkins 服务器,只需等待几秒钟。如果没有,请手动添加。只是不要多次添加它,因为没有简单的删除机制(除了在 Eclipse 工作区中删除插件的 xmi 文件)。

服务器首选项允许添加单独的构建计划。先点击刷新。

不要忘记在视图菜单中激活“自动刷新”。

Eclipse Juno includes the Mylyn Builds view. It shows the last built time and a summary of your build plans. You can directly see test results and jump to the corresponding code. Build failures are marked red just as in the Problems view.

Menu -> Windows -> Show View -> Mylyn Builds

If you don't have it, install it:

Menu -> Help -> Install New Software... -> http://download.eclipse.org/mylyn/releases/juno
   choose
   Mylyn Integrations -> Mylyn Builds Connector: Hudson/Jenkins
   Mylyn SDKs and Frameworks -> Mylyn Builds

They are also available for Eclipse Indigo.

Normally the Builds view automatically connects with your Hudson/Jenkins server, just wait a few seconds. If not, add it manually. Just don't add it multiple times, since there is no easy removal mechanism (except removing the plugin's xmi file in your eclipse workspace).

The server preferences allow for adding individual build plans. Click refresh first.

Don't forget to activate "Refresh Automatically" in the view menu.

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