mirror of https://github.com/zulip/zulip.git
31 lines
904 B
HTML
31 lines
904 B
HTML
<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"/>
|