Notify all group members of failed pipelines in GitLab

删除回忆录丶 提交于 2020-06-11 16:53:06

问题


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)

回答1:


Have a look at following Integration:

Project -> Settings -> Integrations -> Pipelines emails



来源:https://stackoverflow.com/questions/46472631/notify-all-group-members-of-failed-pipelines-in-gitlab

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!