-
Notifications
You must be signed in to change notification settings - Fork 28
Home
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.
- Home
- Installing
- Configuration
- Templates
- Parameters (aka Variables)
- Example Webhook output
- WebHooks REST API