Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Adding custom comment
Permanently deleted user
Created
hi is it possible to show custom comment in Build Overview through msbuild runner or adding a column in recent history in which i can add custom messages through msbuild runner
Do you mean by using MSBuild runner of the build? What you request seems like a servier-side plugin to TeamCity and runner is doing the actual build job on the agent, so the answer is probably "no".
However, you can change a build status text from with the build. If you need more guidance, please describe in detail what you are trying to achive and how is it supposed to be used.
thnx for ur reply Actually we use Msbuild to build projects and deploy them to some location on network the path is set in the msbuild file Is there a way to show that path in Build overview or some where else, but not in build log
thnx for ur reply.. i was successfull in showing the path in the status msg..
but now my teamlead wants that in some way he can open the path in the explorer..
like if if u write "C:\Program Files\JetBrains" in Internet explorer and press enter it opens the path Is the same thing possible by clicking some link in the on Teamcity portal
and the Path of which will be dynamic.. it will be genereted while the build
Then this approach doesn't work - the link points to build page and cannot be changed. But you can put this link into build comment, like Take look at REST API.
Sorry for the delay with reply.
Do you mean by using MSBuild runner of the build?
What you request seems like a servier-side plugin to TeamCity and runner is doing the actual build job on the agent, so the answer is probably "no".
However, you can change a build status text from with the build. If you need more guidance, please describe in detail what you are trying to achive and how is it supposed to be used.
thnx for ur reply
Actually we use Msbuild to build projects and deploy them to some location on network
the path is set in the msbuild file
Is there a way to show that path in Build overview or some where else, but not in build log
What Yegor suggest, is to add the value right into build result string, as on attached screenshot.
would it work for you?
Michael
Attachment(s):
comment.PNG
ya.. this will be grt... as shown in image
thnx for your reply
just create teamcity-info.xml file within the work directory. Its format is explained by the link above.
Michael
thnx for ur reply.. i was successfull in showing the path in the status msg..
but now my teamlead wants that in some way he can open the path in the explorer..
like if if u write "C:\Program Files\JetBrains" in Internet explorer and press enter it opens the path
Is the same thing possible by clicking some link in the on Teamcity portal
and the Path of which will be dynamic.. it will be genereted while the build
Then this approach doesn't work - the link points to build page and cannot be changed.

But you can put this link into build comment, like
Take look at REST API.
Michael