Files
zulip/zerver/webhooks/codeship/doc.md
Eeshan Garg 69f248aaf9 webhooks/codeship: Reformat documentation steps into numbered list.
This is a part of our efforts to migrate our webhook docs to have
a more structured numbered-list format similar to our /help docs.
2018-02-08 17:45:56 -08:00

821 B

Zulip supports integration with Codeship and can notify you of your build statuses.

  1. {!create-stream.md!}

  2. {!create-bot-construct-url-indented.md!}

  3. Next, for your project, go to Project Settings, click on Notifications. The URL for the Notifications page should look like the following:

    https://codeship.com/projects/PROJECT_ID/configure_notifications

    where PROJECT_ID is the ID of your project in Codeship.

  4. Click on the + New Notification button.

  5. In the Webhook URL field, provide the URL constructed above:

    You may also supply an optional description or a specific branch you would like to be notified about.

  6. Click Save.

{!congrats.md!}