The Goal is to have everyone get a notification for every failed pipeline (at their discretion). Currently any of us can run a pipeline on this project branch, and the creator of the pipeline gets an email, no one else does. I have tried setting the notification level to watch
and custom (with failed pipelines checked)
at project, group and global levels without success. The help page regarding notifications says the failed pipeline checkbox for custom notification levels notifies the author of the pipeline (which is the behavior I am experiencing). Is there any way to allow multiple people to get notified of a failed pipeline?
- Using Gitlab CE v10.0
- Have Group (security::internal)
- Group has Project (security::internal)
- Project has scheduled pipleine (runs nighly)
- Pipeline runs integration tests (purposely failing)
- Schedule created by me (schedules have to have an owner)
- When the automated pipeline runs and fails I get an email(Good)
- No one else gets email(bad)