Ruby on Rails 和 CruiseControl.rb
如何使用 CruiseControl.rb 设置电子邮件通知? 我已在 site-config.rb 中指定了 ActionMailer::Base.smtp_settings,但在哪里指定谁将收到电子邮件通知? 我需要创建 config.xml 文件吗? 如果是这样,我应该将该文件放在哪里?您有该文件内容的示例吗?
How do I set up the email notification with CruiseControl.rb? I've specified the ActionMailer::Base.smtp_settings in the site-config.rb but where do I specify who will receive the email notification? Do I need to create a config.xml file? If so, where do I put the file and do you have an example of the contents of this file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这实际上是在项目特定的 Cruise_config.rb 文件中指定的。
这实际上是在每个 ~/.cruise/projects/ 目录中为您创建的。
一个例子如下:
This is actually specified in the project specific cruise_config.rb file.
This is actually created for you in each ~/.cruise/projects/ directory.
An example one looks like this :
查看 config/site_config.rb。 有一个注释掉的模板用于启用电子邮件通知。
Look in config/site_config.rb. There is a commented out template for enabling email notification.