Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 310 Bytes

gitlab-bot

gitlab bot that listen to gitlab webhooks and send pipeline and jobs events to the telegram chat

usage

docker build -t gitlab-bot .
docker run -it -p 5000:5000 -e TOKEN=<token> -e CHAT_ID=<chat-id> -d gitlab-bot

create gitlab webhook with no auth that points to your bot