parautenbach / TeamCity-HipChat-Notifier

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

Default build url points to the project #29

Closed chrishoffman closed 10 years ago

chrishoffman commented 10 years ago

Even though the text is the name of the build configuration, the url that is linked is to the project. I think it should link to the build configuration.

chrishoffman commented 10 years ago

I ended up using

Build <a href="${serverUrl}/viewType.html?buildTypeId=${.data_model["system.teamcity.buildType.id"]}">${fullName}</a>
parautenbach commented 10 years ago

It was actually intentional (my own preference), but perhaps you are right: It is not consistent. I will update the default templates to rather link to the build configuration.

parautenbach commented 10 years ago

The link in the default templates now point to the build configuration.