Skip to content
netwolfuk edited this page Jun 8, 2017 · 17 revisions

tcWebHooks is a plugin for TeamCity which enables sending WebHook HTTP requests to other systems when a build event occurs (eg, Build Started, Build Finished, Build Interrupted). Popular use cases are to send a message to your team's chat server, to kick off a process on another server (eg, deployment) or to post an update to a hardware device (build lamp, etc).

Creating and editing Webhooks is very simple. Download and install the plugin. Restart TeamCity and then simply click on the "WebHooks" tab on any Build or Project page in teamcity to start editing.

View a list of all Webhooks in this project and inherited from parent projects.

View the list of Webhooks configured

Create or Edit a Webhook

Creating and Editing Webhooks is simple

Configure the URL and the Build events that should trigger this webhook

Configure the URL and the Build events that should trigger this webhook

Further Reading