Microsoft Teams Notifications for TeamCity Cloud
I'm looking for a way to notify my Team of build updates. As we use Microsoft Teams as our communication tool this would be ideal.
I have seen a number of plugins available from on-premise but there doesn't seem to be a way with TeamCity Cloud.
Please sign in to leave a comment.
Hello Andy!
It is possible to integrate with Microsoft Teams using webhooks! TeamCity Cloud has an internal webhook plugin, that can be configured only via properties (there is no UI available for this purpose). There is an example in the README file here:
https://github.com/JetBrains/teamcity-webhooks
The following documentation might also help you setting it up on the MS Teams side:
https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook
Please let us know if you are able to do it or if you have any questions.
Thanks,
Guilherme