Files
zulip/zerver/webhooks/circleci/doc.md
Anders Kaseorg dc33a0ae67 markdown: Rewrite include plugin without markdown-include.
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>
2022-06-26 17:36:31 -07:00

22 lines
494 B
Markdown

Zulip supports integration with CircleCI and can notify you of
your build statuses.
1. {!create-stream.md!}
1. {!create-bot-construct-url.md!}
1. Add the following to the bottom of your `circle.yml` file:
```
notify:
webhooks:
- url: <URL constructed above>
```
Set **url** to the URL constructed above. Push this change to your repository.
{!congrats.md!}
![](/static/images/integrations/circleci/001.png)
![](/static/images/integrations/circleci/002.png)