mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
markdown-include is GPL licensed.
Also, rewrite it as a block processor, so that it works correctly
inside indented blocks.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit dc33a0ae67)
24 lines
849 B
Markdown
24 lines
849 B
Markdown
Zulip supports both Git and Mercurial notifications from
|
|
Bitbucket. This integration is for the the new-style Bitbucket
|
|
webhooks used by Bitbucket Server.
|
|
|
|
For the old-style Bitbucket webhooks used by Bitbucket Enterprise,
|
|
click [here](./bitbucket), and for the new-style webhooks used by
|
|
Bitbucket Cloud (SAAS service) click [here](./bitbucket2).
|
|
|
|
1. {!create-stream.md!}
|
|
|
|
2. {!create-bot-construct-url.md!}
|
|
{!git-webhook-url-with-branches.md!}
|
|
|
|
3. On your repository's web page, click on **Settings**. Select
|
|
**Webhooks**, and click **Add webhook**.
|
|
|
|
4. Set **Title** to a title of your choice, such as `Zulip`. Set **URL**
|
|
to the URL constructed above, and check the **Active** checkbox. Select
|
|
the **Triggers** you'd like to be notified about, and click **Save**.
|
|
|
|
{!congrats.md!}
|
|
|
|

|