No Slack notification for deployment start/finish
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Summary
After setting up the GitLab for Slack app in a GitLab project and enabling notifications for deployments, no notification is sent on deployment start/finish.
This works fine for the now deprecated Slack notifications though.
Steps to reproduce
- Enable GitLab for Slack app in a project
- Activate A deployment is started or finished, fill in a channel
- Start a deployment
Example Project
What is the current bug behavior?
No notification is sent on deployment start/finish.
What is the expected correct behavior?
A notification should be sent on deployment start/finish.
Relevant logs and/or screenshots
Output of checks
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)