mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
markdown-include is GPL licensed. Also, rewrite it as a block processor, so that it works correctly inside indented blocks. Signed-off-by: Anders Kaseorg <anders@zulip.com>
23 lines
546 B
Markdown
23 lines
546 B
Markdown
Zulip supports integration with GoCD and can notify you of
|
|
your build statuses.
|
|
|
|
1. {!create-stream.md!}
|
|
|
|
1. {!create-bot-construct-url.md!}
|
|
|
|
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!}
|
|
|
|

|