mirror of https://github.com/zulip/zulip.git
parent
66b26738ea
commit
307681d718
|
@ -1,22 +1,38 @@
|
||||||
|
# Zulip CircleCI integration
|
||||||
|
|
||||||
Zulip supports integration with CircleCI and can notify you of your
|
Zulip supports integration with CircleCI and can notify you of your
|
||||||
job and workflow statuses. This integration currently supports using
|
job and workflow statuses. This integration currently supports using
|
||||||
CircleCI with GitHub, BitBucket and GitLab.
|
CircleCI with GitHub, BitBucket and GitLab.
|
||||||
|
|
||||||
|
{start_tabs}
|
||||||
|
|
||||||
1. {!create-channel.md!}
|
1. {!create-channel.md!}
|
||||||
|
|
||||||
1. {!create-an-incoming-webhook.md!}
|
1. {!create-an-incoming-webhook.md!}
|
||||||
|
|
||||||
1. {!generate-integration-url.md!}
|
1. {!generate-webhook-url-basic.md!}
|
||||||
|
|
||||||
1. Go to your project on CircleCI and click on **Project
|
1. Go to **Project Settings** in your project on CircleCI. Select
|
||||||
Settings**. Select **Webhooks** from the list on the left.
|
**Webhooks** from the list on the left, and click **Add Webhook**.
|
||||||
Click on **Add Webhook** in the menu that opens.
|
|
||||||
|
|
||||||
1. In the form that opens, give your webhook a name and set the
|
1. In the form that opens, give your webhook a name and set the
|
||||||
**Receiver URL** field to the URL constructed above. Choose the
|
**Receiver URL** field to the URL generated above. Choose the
|
||||||
desired events and click on **Add Webhook**.
|
[events](#filtering-incoming-events) you'd like to be notified about,
|
||||||
|
and click **Add Webhook**.
|
||||||
|
|
||||||
|
{end_tabs}
|
||||||
|
|
||||||
{!congrats.md!}
|
{!congrats.md!}
|
||||||
|
|
||||||
![](/static/images/integrations/circleci/001.png)
|
![](/static/images/integrations/circleci/001.png)
|
||||||
![](/static/images/integrations/circleci/002.png)
|
![](/static/images/integrations/circleci/002.png)
|
||||||
|
|
||||||
|
{% if all_event_types is defined %}
|
||||||
|
|
||||||
|
{!event-filtering-additional-feature.md!}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
### Related documentation
|
||||||
|
|
||||||
|
{!webhooks-url-specification.md!}
|
||||||
|
|
Loading…
Reference in New Issue