2018-01-28 18:09:08 +01:00
|
|
|
Zulip supports integration with GoCD and can notify you of
|
|
|
|
your build statuses.
|
|
|
|
|
2024-05-05 22:30:09 +02:00
|
|
|
1. {!create-channel.md!}
|
2018-01-28 18:09:08 +01:00
|
|
|
|
2023-09-21 02:23:45 +02:00
|
|
|
1. {!create-an-incoming-webhook.md!}
|
|
|
|
|
|
|
|
1. {!generate-integration-url.md!}
|
2018-01-28 18:09:08 +01:00
|
|
|
|
|
|
|
1. Add the following to your `Config.XML` file.
|
|
|
|
|
|
|
|
```
|
|
|
|
<pipeline name="mypipeline">
|
|
|
|
<trackingtool link="<URL constructed above>" regex="##(\d+)"/>
|
|
|
|
...
|
|
|
|
</pipeline>
|
|
|
|
```
|
|
|
|
|
|
|
|
Push this change to your repository. For further information,
|
|
|
|
see [GoCD's documentation](https://docs.gocd.org/current/integration/).
|
|
|
|
|
|
|
|
{!congrats.md!}
|
|
|
|
|
|
|
|
![](/static/images/integrations/gocd/001.png)
|