How can the number of modifications be changed in the TeamCity success email?
- by Jason Slocomb
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?