[go: up one dir, main page]

can't switch off pipeline email notifications

Summary

Since GitLab 8.14, I'm geting one email per pipeline run, no matter if it's successful or failed. I tried to switch off these notifications using the custom global setting:

image

But I'm still getting this notification.

When setting notification preferences to "on mention", I don't get the notifications, but I don't get all the other stuff I need to receive (comments on my MR, replies, etc)

Steps to reproduce

  • use Gitlab 8.14
  • Set notification preferences to "custom", disable pipeline options
  • run a pipeline

=> You'll get an email about this pipeline

Expected behavior

No Email notification about pipelines if not activated.

In general, I think it is a bit debatable to send one email per pipeline to the pipeline creator in "mention" mode. This was definitely not the case before 8.14 and decreases the signal-to-noise-ratio in the user's inbox.

I dont care if the pipeline succeeded. I might be caring for failed ones though.

Actual behavior

I get one email per pipeline (whether it succeeded or not)