1.8 KiB
Zulip TeamCity integration
Get Zulip notifications for your TeamCity builds!
{start_tabs}
-
{!create-channel.md!}
-
{!create-an-incoming-webhook.md!}
-
{!generate-webhook-url-basic.md!}
-
Install the tcWebHooks plugin onto your TeamCity server. Follow the plugin instructions in your TeamCity documentation, or refer to the online TeamCity documentation.
-
Go to your TeamCity Overview page. Select the Project or Build you'd like to receive notifications about, and click on the WebHooks tab. Click Add project WebHooks for a Project, or click Add build WebHooks for a Build. Select Click to create new WebHook for this project/build.
-
Set URL to the URL generated above, and set Payload Format to Legacy Webhook (JSON). Untoggle all Trigger on Events options, and toggle Trigger when build is Successful and Trigger when build Fails. You may also toggle the options Only trigger when build changes from Failure to Success and Only trigger when build changes from Success to Failure if you'd like. Click Save.
{end_tabs}
{!congrats.md!}
Personal Builds
When a user runs a personal build in TeamCity, if Zulip can map their TeamCity username to a Zulip user (by matching it to a Zulip user's email address or full name), then that Zulip user will receive a direct message with the result of their personal build.
Related documentation
{!webhooks-url-specification.md!}