哈德逊将就其自身问题发出警报
Hudson 是一个很棒的工具,它发送的有关失败构建的电子邮件是一个很大的帮助。然而,只有当 Hudson 本身处于工作状态时,它才能做到这一点。它能够在 Web 界面上报告其自己的执行程序的问题,例如磁盘空间不足、时钟不同步等,就像报告构建问题一样,但我找不到发送有关这些问题的电子邮件警报的选项。然而,它是如此有用,而且看起来如此合乎逻辑,这个功能应该存在。
我是不是找错地方来解决这个问题了?是否有另一种解决方案可以了解执行程序的问题,而不必时不时地轮询 Web 界面?我错过了什么吗?
Hudson is a great tool, and the emails it sends about failing builds are a great help. However, it can only do this if Hudson itself is in a working condition. It is able to report problems with its own executors like low disk space, unsynced clocks etc. on the web interface, just as it reports build problems, but I couldn't find an option to send email alerts about these. Yet it would be so useful, and seems so logical that this feature should be there.
Am I looking at the wrong place to fix this? Is there another solution to learn about problems with executors without having to poll the web interface every now and then? Am I missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您检查了所有插件吗?
您是否在 http://wiki.hudson-ci.org/display 上询问/HUDSON/Mailing%20List ?
就我个人而言,尽管我很喜欢 Stack Overflow,但我只有在用尽更多专用功能(例如专用论坛、邮件列表、给作者/维护者发送电子邮件)后才使用它。
抱歉。
顺便说一句,我已经使用 Hudson 多年了,并说有 - IMO _ 更好。
作为最后的手段,也许你可以破解源代码?这听起来像是一个合理的功能,所以我确信您的代码将被整合到主构建中;如果失败,请将其打包为插件
Did you check all of the plugins?
Did you ask on the http://wiki.hudson-ci.org/display/HUDSON/Mailing%20List ?
Personally, much as I love Stack Overflow, I only use it after I have exhausted more dedicated possilities such aa a dedicated foru, mailing lists, emailing the author(s)/maintainer(s) ..
Sorry.
Btw, I have been using Hudson for years and and say that there is - IMO _ mothing better.
As a last resort, maybe you can hack the source code? This sounds like a reasonable feature so I am sure that your code would be slipstreamed into the main build; failiing that, package it as a plug-in
查看 Hudson 的远程 API。 http://wiki.hudson-ci.org/display/HUDSON/远程+访问+API
您可以使用它以编程方式查询您想要的状态。您还可以将您的请求作为 hudson 问题提交,或使用 The新的电子邮件插件
Have a look at the remote API from Hudson. http://wiki.hudson-ci.org/display/HUDSON/Remote+access+API
You can use it to query the statuses you want programatically. You can also file your request as a hudson issue or document it with the The new emailer plugin