gitlab提交内容关联到slack通知

时间:2021-07-25 13:58:30

gitlab提交内容关联到slack通知

https://docs.gitlab.com/ee/user/project/integrations/slack.html

首先去slack做相关的设置

(1)登录slack,  Add Incoming WebHooks integration创建一个接收webhook的设定

(2)选择一个channel, 然后点击“Add incoming WebHooks integration”即可

(3)复制webhook的URL,备用

去Gitlab设置

(1)登录gitlab,选择一个自己的project里面,进入setting->integrations

(2)页面拉倒最下,选择slack notifications

gitlab提交内容关联到slack通知

(3)将webhook的URL复制进去,username取一个来自gitlab发送者的名字

(4)打勾"Active",来激活

(5)最后Test settings and save changes,之后自己的repo有改动,就能在频道里收到通知了

gitlab提交内容关联到slack通知