I am using IBM RTC 4.0.5.
Is there a way to add a logfile to a RTC build email notification?
I do not find any hints in the build definition tabs.
Asked
Active
Viewed 302 times
2

Stefan Friedrich
- 188
- 7
1 Answers
2
The Build Email notification introduced with RTC 3.0+ (Enhancement #5000) does not include any option to add more information.
As illustrated in this question, there is no option of additional document.
Any plan to enhance the Build Email format are... for now not very active:
- Enhancement 198238: Template-based capability to format emails sent as build notification mails
- Plan Item 233478: [CCM] Improve Build email notifications-
- Enhancement 205174: Allow the build email notification to include the list of change sets or work items delivered in that build vs the last build.
The last one has the following comment:
One option in the short term is to use the
generateChangeLog
Ant task, then send its output using Ant's email task.

VonC
- 1,262,500
- 529
- 4,410
- 5,250
-
Thank you @VonC for your answer. Since this is not that important I will put the proposed workaround to my backlog. – Stefan Friedrich Sep 23 '14 at 08:07