有什么不错的 Eclipse 插件可以监控 Jenkins 吗?
我找到了 2009 年的 Eclipse 的旧插件来监视 Hudson 服务器,但它有两个主要缺点
- :支持多个 Hudson/Jenkins 服务器
- 单击视图中的作业会导致显示 404 异常的窗口
有谁知道 Jenkins 的更新(维护)Eclipse 插件吗?
I have found an old plugin for Eclipse from 2009 to monitor a Hudson server but it has two major drawbacks:
- No support for multiple Hudson/Jenkins servers
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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/)
Eclipse Juno 包含 Mylyn 构建视图。它显示了上次构建时间以及构建计划的摘要。可以直接看到测试结果并跳转到相应的代码。构建失败标记为红色,就像在问题视图中一样。
如果您没有,请安装它:
它们也可用于 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.
If you don't have it, install it:
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.