I would like to include a list of changed files in the TeamCity 5.1 email notification which is sent out to my team after a successful or failed build. I have reviewed the Customizing Notifications in TeamCity 5.1 documentation and I have looked at the .ftl template files found within the config\_notifications\email folder, but I haven't found a list of available template variables or alternate template samples. I was able to include a list of changed files in prior versions of TeamCity (I think it was referred to as "Changes with Files"), but I'm not having any luck in doing so with TeamCity 5.1. Any ideas?
A:
The help link you've mentioned references the variable var.buildChanges. I believe this is exactly what you're looking for.
KIR
2010-08-03 14:53:20
Thanks for the response. I could be doing something really dumb, but var.buildChanges appears to provide a summary of the changes (committer, comment and # of files changed) but it doesn't appear to offer the modified file list.
Ben Griswold
2010-08-03 18:08:04