Skip to content

The automatic integration bot to send gitlab hook updates to the mattermost channel

License

Notifications You must be signed in to change notification settings

MatinGhanbari/Gitlab-Mattermost-Integration

Repository files navigation

Gitlab-Mattermost-Integration

The automatic integration bot to send gitlab hook updates to the mattermost channel

Getting Started

  1. Create Incommig hook in mattermost.
  2. Update appsettings.json and replace your data in config file.
  3. Update users.py file in constants folder of src and add your team users. (Token is the unique id of user in mattermost)
  4. Build and Run the app:
    sudo docker compose up -d --build
    
  5. Done!

Screenshots

Push Event Test Pipeline Event

Contributing

Pull requests are welcome. For changes, please open an issue first to discuss what you would like to change.