Files
zulip/zerver/webhooks/circleci/doc.md
Eeshan Garg dde9bb448f webhooks/circleci: Add steps instead of linking to CircleCI docs.
We let Markdown increment the list step numbers, which is more
reliable than keeping track of numbered-steps manually.

Also, instead of linking to the CircleCI docs, we now have full
instructions for how to setup a webhook by modifying the circle.yml
file.
2018-04-16 16:39:23 -07:00

453 B

Zulip supports integration with CircleCI and can notify you of your build statuses.

  1. {!create-stream.md!}

  2. {!create-bot-construct-url-indented.md!}

  3. 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!}