How can the number of modifications be changed in the TeamCity success email?
Posted
by Jason Slocomb
on Stack Overflow
See other posts from Stack Overflow
or by Jason Slocomb
Published on 2010-06-10T17:29:57Z
Indexed on
2010/06/10
17:32 UTC
Read the original article
Hit count: 226
I would like to list an arbitrary number of changes rather than the default 10 that are listed now. We have a dev build on checkin where this isn't necessary, but the once daily build that goes out I would like to have all the changes listed for the day. If that is unpossible (range?) than the last n would be fine.
I've looked in the .ftl files, specifically common.ftl. It contains the macro for using data from jetbrains.buildServer.notification.impl.ChangesBean to acquire the changes.
I am hopeful there is a way to set properties externally that ChangesBean will look at, but I haven't been able to discover anything.
Ideas?
© Stack Overflow or respective owner