cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Build failure alert tool

marco
7 - Data Storage
7 - Data Storage

Hi all,

I built a tool in golang to send alerts via Microsoft Teams in case a build fails, you can find it here:

https://github.com/marcomasulli/go-sisentry

We have an email alert in place, however it isn't the best option to inform our whole team at once.

The tool is very simple and checks the Sisense API every 60 seconds, logs each build to a SQLite db, and if it finds a new failure it sends an alert. I hope someone will find it useful ๐Ÿ™‚ it is my first golang project, so in case you have any suggestion please feel free to drop me a message.

Thanks!

 

 

1 REPLY 1

Diane_Kostka
Community Team Member
Community Team Member

This looks like a great tool!

Another suggestion that can be used for alerting on build failures is the Buil Alert feature in the application. More details on this can be found  here