I have a TeamCity server that builds my application and a YouTrack instance set up to track my feature requests/bugs. I have the TeamCity/YouTrack integration setup so the Issue log correctly fills out in TeamCity with the Items that have been closed in YouTrack since the last successful build. How can I set up TeamCity to email a user a nicely formatted email that contains this list of Issues?
问问题
5690 次
1 回答
6
此答案已从此处采用
- 在浏览器中打开 TeamCity。
- 浏览至
Administration > User Management- Groups > All Users
- 选择选项卡通知规则(默认情况下您会看到电子邮件通知程序规则)
- 点击添加新规则
- 选择
Builds from the selected build configuration
并选择您想要通知的构建 - 在右边它说
Send notification when
打勾的地方Build is successful
- 按
Save
您现在应该会收到一封包含更改摘要的电子邮件,例如
构建编译 :: myproject #2.0。成功(测试通过:1288)
代理:buildagent-01
变更包括:1 项变更。
由 wturner 更改 02b88b1b1345(1 个文件):bug1 已修复
于 2013-12-06T00:20:17.690 回答