开发者

Can TeamCity 6.0.3 Emails Be Set to Show a List of Changes?

开发者 https://www.devze.com 2023-02-19 15:00 出处:网络
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 sum

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

0

精彩评论

暂无评论...
验证码 换一张
取 消