parautenbach / TeamCity-HipChat-Notifier

TeamCity HipChat Notifier for sending build server notifications to HipChat.
Other
59 stars 31 forks source link

New feature to notify only when build state changes doesn't work for multiple branches in a single build configuration #34

Closed mgorbach closed 10 years ago

mgorbach commented 10 years ago

We're finding a limitation in the way the new feature to notify only when the build state changes works. It appears to not take into account branches. Specifically, if one build configuration is building multiple branches (as it does in our config), the failures and successes on each branch get glommed together when it comes to calculating state changes. A failure on one branch followed by a success on another will notify for both, even though the second branch has never failed.

parautenbach commented 10 years ago

Definitely a bug and an oversight by me. I'll look at it as soon as possible.

mgorbach commented 10 years ago

@parautenbach thanks for your quick response!

parautenbach commented 10 years ago

I've fixed this in v0.7.1, which I just released.

parautenbach commented 10 years ago

The file upload failed silently. I'm re-uploading it...

parautenbach commented 10 years ago

Done.

parautenbach commented 10 years ago

@mgorbach, just checking in: Is the latest version working as expected?