Can teamcity automatically email a list of people when a build configuration has been failing for >1hour?

I don't think so, but would like to be sure I've not missed something.

We'd like this as a sort of escalation feature, if people are ignoring build failures for example.

Thanks,
Jamie.

0
4 comments
Avatar
Permanently deleted user

There's a "enable hanging builds detection" under "1 General Settings".
Not sure if that's what you're asking for though.

0
Avatar
Permanently deleted user

Sorry, my question wasn't well phrased. What I mean is when a build completes (but fails) and further builds within the same build configuration continue to complete (but fail) because no-one has yet committed a fix. If this situation continues for longer than a threshold time (say 1hour) we'd like to escalate the issue by sending out emails.

Thanks,
Jamie.

0
Avatar
Permanently deleted user

Can't you just use the Retry Build Trigger and set it for an hour...?

0

Hi Jimie

TeamCity does not provide such feature out of the box, but we provide APIs to access build data, so it could be developed as expernal tool.
Take a look at REST API Plugin.

Michael

0

Please sign in to leave a comment.