parautenbach / TeamCity-HipChat-Notifier

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

Branch name in template? #12

Closed Plasma closed 10 years ago

Plasma commented 10 years ago

Hi,

I was hoping to use this for my multi-branch TeamCity builds; however the plugin only mentions the build configuration name (eg, "Build and test" in my case) and does not include the feature branch name that was being built / succeeded / failed.

Any change the messages can be revised to mention the branch name?

parautenbach commented 10 years ago

Hi Andrew

Sure, I will add it as part of the next release. I somehow missed that feature, so thanks for pointing it out.

parautenbach commented 10 years ago

Would you like to give an example of how you would like this to be rendered?

Plasma commented 10 years ago

Certainly. Immediately after the project name would be good.

For example: "Build MyProject (master) was successful".

The branch name is just as important as the project name in my case; irrelevant to me is the "Build and test" configuration name in TeamCity. Cheers.

parautenbach commented 10 years ago

Thanks, I've already made some changes yesterday, so a next release is imminent.

parautenbach commented 10 years ago

New release v0.5.0 made which now includes branch information, if available.

parautenbach commented 10 years ago

Hi Andrew, is this working as expected?