I have a TeamCity project which includes 2 configurations: -BuildConfig1: Triggered by SVN changes -BuildConfig2: Triggeres by successful build of BuildConfig1
I need to send out notifications if BuildConfig2 fails. But only to users which has committed changes to BuildConfig1.
Is this possible?