Email notifications can be turned on to alert user of failed pipeline build when that user made the commit. Is it possible to receive a notification for all failed builds within a branch regardless of who made the commit. Also, when a new branch is created and there are no new commits, but build fails.
I may suggest you try out Slack web-hooks. create an app in Slack and connect it to bitbucket the enable only the above mentioned permissions for new branch creation, commits and failed pipelines. you'll will get all these in the slack channel as notifications
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.