如何使 Hudson 仪表板更易于查看
我们有一个构建服务器,它已经提供 Hudson 结果。
这些结果显示在我们开发角的独立屏幕上 - 它看起来像这样:
我想要让这些结果更容易阅读……或者更确切地说,让失败更难以被忽视。像这样的东西:
我想知道是否有人对如何更好地可视化 hudson 测试结果有任何好主意。我可以编写一些 html/js 来包裹它,但更愿意找到一个现成的解决方案。充满屏幕的大红色/绿色按钮几乎就是我正在寻找的。
We have a build server which is serving up Hudson results already.
These results are being displayed on a standalone screen in our development corner - it looks something like this:
I would like to make these results easier to read... or rather, make failures harder to miss. Something like this:
I'm wondering if anyone has any good ideas on how to better visualise hudson test results. I could whip up some html/js to wrap around it but would prefer to find an off the shelf solution. Big red/green buttons which fill the screen are pretty much what I'm looking for.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看一下以下插件:
eXtreme 反馈面板
您可以在 Hudson 的仪表板上创建一个额外的视图,该视图与您图片中的视图相距不远...您可以选择要添加到视图中的构建,并且将有一个大蓝或红色背景,当一切都变成红色时很容易发现!
Take a look at the following plug in:
eXtreme Feedback Panel
You can create an extra View on the dashboard of Hudson that is not too far away from what you have in your picture... You can select the builds to add to the View and the will have a big Blue or Red Background making it easy to spot when everything turns Red!
@sdmythos_gr 答案中的 eXtreme 反馈面板插件实际上受到 hudson 基本散热器插件的启发,它正是我想要的。
散热器视图插件
The eXtreme feedback panel plugin in @sdmythos_gr answer is actually inspired by the basic radiator plugin for hudson which does exactly what I want.
Radiator View Plugin
Buildron 是一个很好的构建散热器选项。它支持 Hudson、Jenkins 和 TeamCity。
您可以在 3D 环境中查看构建的状态。
Buildron is a good builds radiator option. It supports Hudson, Jenkins and TeamCity.
You can see the state of your builds in a 3D environment.