mirror of https://github.com/zulip/zulip.git
webhooks/circleci: Migrate docs to Markdown.
This commit is contained in:
parent
1c50a85601
commit
6111b56753
|
@ -1,30 +0,0 @@
|
|||
<p>
|
||||
Zulip supports integration with CircleCI and can notify you of
|
||||
your build statuses.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
First, create the stream you'd like to use for CircleCI notifications,
|
||||
and subscribe all interested parties to this stream. We
|
||||
recommend the name <code>circleci</code>.
|
||||
</p>
|
||||
|
||||
<p><code>{{ external_api_uri_subdomain }}/v1/external/circleci?api_key=abcdefgh&stream=circleci</code></p>
|
||||
|
||||
<p>
|
||||
where <code>api_key</code> is the API key of your Zulip bot,
|
||||
and <code>stream</code> is the stream name you want the
|
||||
notifications sent to.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Next, modify your <code>circle.yml</code> as described
|
||||
<a href="https://circleci.com/docs/configuration/#notify">here</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Congratulations! You're done!</b><br/> When a build is done,
|
||||
you'll get a notification like this:
|
||||
</p>
|
||||
|
||||
<img class="screenshot" src="/static/images/integrations/circleci/001.png"/>
|
|
@ -0,0 +1,13 @@
|
|||
Zulip supports integration with CircleCI and can notify you of
|
||||
your build statuses.
|
||||
|
||||
{!create-stream.md!}
|
||||
|
||||
{!create-bot-construct-url.md!}
|
||||
|
||||
Next, modify your `circle.yml` as described
|
||||
[here](https://circleci.com/docs/configuration/#notify).
|
||||
|
||||
{!congrats.md!}
|
||||
|
||||
![](/static/images/integrations/circleci/001.png)
|
Loading…
Reference in New Issue