buildkite / feedback

Got feedback? Please let us know!
https://buildkite.com
25 stars 24 forks source link

Option to only send emails for builds that I have failed or fixed #309

Open joscha opened 6 years ago

joscha commented 6 years ago

Pretty much to tell Buildkite to send emails only when you break a build or fix a build.

If I star a branch, I get all build status-change emails, regardless of author. If I don't star a branch, I never get build status-change emails, even if I authored a commit that broke it.

So I either have a choice of a flood of emails or none right now.

joscha commented 6 years ago

Created this as a workaround: https://github.com/joscha/buildkite-failed-builds-notifier

felixfbecker commented 6 years ago

I think this is supported now:

image

joscha commented 6 years ago

@felixfbecker I don't think so. This is not per-user, you'll get all failures of a pipeline, not only the ones you produced.

felixfbecker commented 6 years ago

Only for the branches you "starred" which you can configure to automatically happen:

image

which seems convenient cause then you can unstar individual branches on demand.

joscha commented 6 years ago

@felixbecker the issue raised is about notifying the culprit of a build break. Starring has nothing to do with that.