当 buildbot 在 buildstep 期间失败时我能做什么
全部。当 buildstep 失败时,我可以触发并编写脚本来执行某些操作、发送电子邮件或尝试 catch 吗? :)
all. When buildstep fail, Can i get trigged and write script to do something, send email or try catch for that. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
邮件通知程序
或
irc 机器人
报告构建的成功或失败。
对于特定的构建步骤,有一种特别直接的方法可以做到这一点,但我怀疑上述方法已经足够了。无论如何,他们将能够包含有关哪些步骤失败的信息。
You can use the
mail notifier
or the
irc bot
to report on the success or failure of builds.
There is a particularly direct way to do that for particular build steps, but I suspect that the above are sufficient. In any case, they will be able to include information about what steps failed.