mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
CircleCI has updated its webhook format[1] for CircleCI Cloud, Server version 3.x and 4.x. This commit rewrites the CircleCI integration to parse the new webhook structure. The tests have also been rewritten for the new format. With this commit, we support webhooks from projects that use GitHub, BitBucket and GitLab as VCS providers. The CircleCI integration doc has been updated to mention the same. The doc has also been updated with the latest instructions for configuring a webhook on the CircleCI interface, and the new output screenshots. References: [1]: https://circleci.com/docs/webhooks
712 B
712 B
Zulip supports integration with CircleCI and can notify you of your job and workflow statuses. This integration currently supports using CircleCI with GitHub, BitBucket and GitLab.
-
{!create-stream.md!}
-
{!create-bot-construct-url.md!}
-
Go to your project on CircleCI and click on Project Settings. Select Webhooks from the list on the left. Click on Add Webhook in the menu that opens.
-
In the form that opens, give your webhook a name and set the Receiver URL field to the URL constructed above. Choose the desired events and click on Add Webhook.
{!congrats.md!}

