Email user that broke build in Teamcity

后端 未结 3 1181
南笙
南笙 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: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.

提交回复
热议问题