requilence / integram

Integrate Telegram into your workflow – Trello, Gitlab, Bitbucket and other bots
https://integram.org
GNU General Public License v3.0
1.54k stars 151 forks source link

GitLab - CI Webhooks #113

Open TyurinAS opened 3 years ago

TyurinAS commented 3 years ago

When using webhooks gitlab ci, task status notifications come only with push notifications enabled. If you do not enable webhooks for pushing, then the notification will not come. Also, the notification test passes with a status of 200, but there is no notification. Has anyone encountered such a problem? GitLab Community Edition 13.4.0

zerthimon commented 3 years ago

I cannot make gitlab notifications to work. Also get status of 200 and no notification is sent. Regardless if push notifications enabled or not.

TyurinAS commented 3 years ago

With further use, it determined that any task is tied to a commit. But the hook does not work on manually started tasks. Could this be a gitlab problem?

zerthimon commented 3 years ago

Its the "test" hooks don't work. The actual commit hooks work well in my case.

TyurinAS commented 3 years ago

This is strange. In my case, hooks only work when a commit has been sent, and after that the task is launched. When I try to run manually through the assembly lines, the messages do not come.

TyurinAS commented 3 years ago

If I turn off notifications about gitlab commits, I generally stop receiving hooks on tasks