Email user that broke build in Teamcity

后端 未结 3 1157
南笙
南笙 2020-12-24 01:49

In Husdon/Jenkins, I can setup notifications when the build is broken to email the user(s) that made the checkins that broke the build. How do I do this in Teamcity?

相关标签:
3条回答
  • 2020-12-24 02:31

    At least with Teamcity 6.5 you have roles and groups, and you can set notifications settings based on them.

    To achieve what you want, just take a look at the notification for group ALL (everybody) that is configured by default and you can't delete it.

    http://yourteamcityinstall/admin/editGroup.html?groupCode=ALL_USERS_GROUP&tab=groupNotifications

    0 讨论(0)
  • 2020-12-24 02:32
    • Open TeamCity in your browser.
    • Browse to Administration > Users and Groups > Groups
    • Click on the group name All Users
    • Select the tab Notification Rules (you see the Email notifier rules by default)
    • Click on Add new rule
    • choose in the column Watch the option Builds affected by my changes
    • choose in the column Send notification when the checkbox The build fails and Ignore failures not caused by my changes
    • Save this new notification rule with klick on the Save button.

    A notification rule created that way works for all users. That's because the notification rule was created in the administration section within the group All Users, and not within one users personal notification settings. This works also in earlier versions of TeamCity, e.g. in 5.x.

    The user still has the option to define additional rules if needed.

    0 讨论(0)
  • 2020-12-24 02:38

    I realize this question is dated, and a lot of teams now use Slack. So for those of us that consider e-mail "so 2011", my team has been finding success with this nice Slack Plug-in notifier just for this purpose:

    https://github.com/PeteGoo/tcSlackBuildNotifier

    Simply upload the zip to the Team City plugins folder, restart the Team City server, and then configure the notifications from the Admin/Build config settings. Also, create a Slack webhook to use in the API Token field.

    It can be configured to notify on a number of conditions, but we're only using the "Trigger when build fails" option currently.

    0 讨论(0)
提交回复
热议问题