progressStart/progressFinish vs. blockOpened/blockClosed
What's the difference between progressStart/progressFinish vs. blockOpened/blockClosed?
http://confluence.jetbrains.net/display/TCD5/Build+Script+Interaction+with+TeamCity
When am I expected to use which?
Thanks
Please sign in to leave a comment.
Hi Calvin
Progress messages allows to display custom text on overview and build configuration pages while a build is running.
Blocks help to organize build log in tree view after build is finished.
Michael