072.md 1017 字节
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# Project integrations

> 原文:[https://docs.gitlab.com/ee/user/project/integrations/](https://docs.gitlab.com/ee/user/project/integrations/)

*   [Integrations](#integrations)
*   [Project webhooks](#project-webhooks)

# Project integrations[](#project-integrations "Permalink")

您可以在项目的**设置➔集成**页面下找到可用的集成. 您至少需要对该项目具有[维护者权限](../../permissions.html) .

## Integrations[](#integrations "Permalink")

集成使您可以将 GitLab 与其他应用程序集成. 它们有点像插件,因为它们为 GitLab 添加功能提供了很大的自由度.

[Learn more about integrations.](overview.html)

## Project webhooks[](#project-webhooks "Permalink")

通过项目 webhooks,您可以在例如推送新代码或创建新问题时触发 URL. 您可以将 webhook 配置为侦听特定事件,例如推送,问题或合并请求. GitLab 会将带有数据的 POST 请求发送到 webhook URL.

[Learn more about webhooks.](webhooks.html)