Files
zulip/zerver/webhooks/circleci/doc.md
Hemanth V. Alluri 5bbfaa225b webhooks/circleci: Overhaul the CircleCI integration.
This change should add a lot more information to
our CircleCI integration's output.

Signed-off-by: Hemanth V. Alluri <hdrive1999@gmail.com>
2020-06-14 13:14:55 -07:00

503 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!}