mirror of https://github.com/zulip/zulip.git
parent
c9c3a0fbc3
commit
45dd3d52ef
|
@ -1,20 +1,35 @@
|
|||
Zulip supports integration with Codeship and can notify you of
|
||||
your build statuses.
|
||||
# Zulip Codeship integration
|
||||
|
||||
Get notifications about Codeship build statuses in Zulip.
|
||||
|
||||
{start_tabs}
|
||||
|
||||
1. {!create-channel.md!}
|
||||
|
||||
1. {!create-an-incoming-webhook.md!}
|
||||
|
||||
1. {!generate-integration-url.md!}
|
||||
1. {!generate-webhook-url-basic.md!}
|
||||
|
||||
1. On your project's webpage, click on **Project Settings** in
|
||||
the top right corner. Click on the **Notifications** tab, and click on
|
||||
**+ New Notification**. Select **Webhook**.
|
||||
the top right corner.
|
||||
|
||||
1. Set **Webhook URL** to the URL constructed above. You may also supply
|
||||
an optional description or a specific branch you would like to be
|
||||
notified about. Click **Save**.
|
||||
1. Select the **Notifications** tab, and then select
|
||||
**+ New Notification**.
|
||||
|
||||
1. Select **Webhook**, and set **Webhook URL** to the URL generated
|
||||
above.
|
||||
|
||||
1. _(optional)_ You may also supply an optional description or a
|
||||
specific branch you would like to be notified about.
|
||||
|
||||
1. Select **Save**.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
{!congrats.md!}
|
||||
|
||||
![](/static/images/integrations/codeship/001.png)
|
||||
|
||||
### Related documentation
|
||||
|
||||
{!webhooks-url-specification.md!}
|
||||
|
|
Loading…
Reference in New Issue