webhooks/circleci: Migrate docs to Markdown.

This commit is contained in:
Eeshan Garg 2017-05-24 22:13:05 -02:30 committed by Tim Abbott
parent 1c50a85601
commit 6111b56753
2 changed files with 13 additions and 30 deletions

View File

@ -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&amp;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"/>

View File

@ -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)