mirror of https://github.com/zulip/zulip.git
546 B
546 B
Zulip supports integration with GoCD and can notify you of your build statuses.
-
{!create-stream.md!}
-
{!create-bot-construct-url.md!}
-
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.
{!congrats.md!}