Files
zulip/zerver/webhooks/sonarqube/doc.md
oscar 9d1ca5476a integration-docs: Remove create channel for generate webhook URL docs.
Updates text of generate-webhook-url-basic.md to replace the use of
the "Create the channel" step.

Removes {!create-channel.md!} from all the integrations docs that
also include {!generate-webhook-url-basic.md!}.

Fixes #32269.
2024-11-19 13:02:01 -08:00

31 lines
735 B
Markdown

# Zulip Sonarqube integration
Get Zulip notifications for your Sonarqube code analysis!
{start_tabs}
1. {!create-an-incoming-webhook.md!}
1. {!generate-webhook-url-basic.md!}
1. To configure webhooks for a specific SonarQube project, go to the project,
and select **Administration**. Select **Webhooks**, and click **Create**.
1. Set **Name** of the webhook to a name of your choice, such as `Zulip`.
Set **URL** to the URL generated above, and click **Create**.
!!! tip ""
You can also configure webhooks globally in SonarQube via
**Configurations** -> **Webhooks**.
{end_tabs}
{!congrats.md!}
![](/static/images/integrations/sonarqube/001.png)
### Related documentation
{!webhooks-url-specification.md!}