From 45dd3d52efe2021007b864c521ae4a53d0ffb010 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Mon, 1 Jul 2024 15:56:14 +0200 Subject: [PATCH] integration-docs: Update Codeship for new doc format. Part of #29592. --- zerver/webhooks/codeship/doc.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/zerver/webhooks/codeship/doc.md b/zerver/webhooks/codeship/doc.md index 3642899ab6..52f6dd3630 100644 --- a/zerver/webhooks/codeship/doc.md +++ b/zerver/webhooks/codeship/doc.md @@ -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!}