enlivenhq / teamcity-slack

Configurable TeamCity notifier plugin for Slack.
137 stars 51 forks source link

Notifications are not issued for build failures on TeamCity 9.1.6 #24

Closed jnicholls closed 8 years ago

jnicholls commented 8 years ago

So this is a really weird issue. Successful builds will properly hit the slack webhook and the notification appears in my slack channel. However for failed builds, no notification is sent.

Am I missing something? Did TC 9.1.6 break compatibility with this plugin for build failure notifications?

Thanks in advance!

jnicholls commented 8 years ago

So I debugged the notifications and TC is claiming there are 0 users being selected for all of the build failure events...but I'm definitely configured! This is weird, but alas doesn't appear to be an issue with this plugin superficially.

Maybe this plugin doesn't register itself as being a candidate for a failure event, and needs to piggy back on one of the other notification types (email, jabber, etc.)? I'll close this issue for now until I can pin point further why my user isn't being respected in the event selection.