Is there any Email notification services there to send mails while running pipeline its successful or failed.
Hi @Jash and welcome to the community!
Bitbucket offers the option to subscribe to email notifications about Pipelines, however these notifications are sent only on failed builds and not on successful ones (we have a feature request to send on successful ones as well: https://jira.atlassian.com/browse/BCLOUD-20358).
You can configure this the following way:
If you'd like to get notifications both on successful and failed builds, you can check the knowledge base article that Trudy provided. The solution in this article uses the pipe atlassian/email-notify to send email notifications after a certain step is finished. If your build has multiple steps, you can configure steps other than the last one to only send a notification when there is a failure.
Please note that the pipe can be used only with Pipelines steps running on Atlassian's infrastructure or with a self-hosted Linux Docker runner and it is recommended to use it either with your own email server or third-party providers that support massive email notifications.
Please feel free to reach out if you have any questions!
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Boris,
If you are using Linux Shell, MacOS or Windows runners where pipes are not supported, you could look into the following options:
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.