Modify progress message in cmd builder
Hi
I'm using TeamCity Version 3.0.1 with cmd builders.
bat file looks like
-
ReBuildIndex.exe
.....
GenerateData.exe
....
-
In your documents I found that I can show build progress by inserting lines with progress status
Now bat files looks like
-
ECHO ##teamcity {progressMessage 'Rebuilding Index'}
ReBuildIndex.exe
.....
ECHO ##teamcity{progressMessage 'Generate Data'}
GenerateData.exe
....
-
But it doesnt't works. Progress message is still Running.
Edited by: Alexander Shishenin on May 20, 2008 12:10 PM
Please sign in to leave a comment.
Ups I'm sorry
This messages work only for 3.1