views:

62

answers:

2

I've set up TeamCity to notify the whole team when a new internal release is ready. The email contains links to server folders where the distributive has been placed. The link pattern is quite simple, the only thing that's 'dynamic' is the lowest-level folder - it's name matches the version number.

The folder is generated by MsBuild using TeamCity's "build.number" property. All is good with it, its name contains only what has been specified in the pattern (e.g. 1.0.0.0). But the strange thing is that {BUILD_NUMBER} in notifications template returns #1.0.0.0 (with the # sign).

So the email ends up with bad links. Has anyone noticed this? Is there a fix?

A: 

Someone else asked essentially the same question on the JetBrains TeamCity blog, as well as on the Developer Community forums.

It appears the community has already seen this issue, but there doesn't seem to be a easy fix or workaround:)

bentsai
A: 

The reported bug seems to have got a fix in version 5.1.

arconaut