Closed vorburger closed 2 years ago
It's actually probably simpler to just create an alert from failed build logs by creating a logs-based alert policy?
It's actually probably simpler to just create an alert from failed build logs by creating a logs-based alert policy?
I've now set this up as per https://stackoverflow.com/questions/58356708/monitor-and-alert-on-cloud-build-errors-with-stackdriver.
I expect I'll get the first notifications soon due to #15, and will close this issue when I see it working.
15 is an example of CD having broken.
https://github.com/apache/fineract/actions/workflows/fineract.dev.yaml is still green though.
It would be cool to get an Alert when CD breaks.
Not sure how to best do that, but ideally something would compare https://demo.fineract.dev/fineract-provider/actuator/info with https://github.com/apache/fineract somehow.