Can TeamCity 6.0.3 Emails Be Set to Show a List of Changes?
In TeamCity 6.0.3, I would like emails to show a list of individual file changes with the user that开发者_StackOverflow中文版 changed them, like Cruise Control does. Out of the box, it only shows a summary such as "User A (2 files)". Is there a way to change the email format to display the individual changes?
Try using var.buildChanges in your notification template. Please see more documentation here.
Not sure if you ever got it to work. I also was facing this issue and stumbled upon the following on Stackoverflow -
Show Changes with Files in TeamCity 5.1 Notification
The second answer by @bret worked for me. The answer is for Teamcity 6. I'm using Teamcity 8.0
精彩评论