Forum Discussion

marco's avatar
marco
Data Storage
03-08-2022

Build failure alert tool

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

Replies have been turned off for this discussion
  • Diane_Kostka's avatar
    Diane_Kostka
    Sisense Employee

    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