-
New Feature
-
Resolution: Not A Defect
-
Major
-
None
Hi, we have several continuous jobs that uses downstream jobs to do
compilation as well as run tests. We would like to decrease the number
of emails sent by Jenkins and have a single email sent by the master
job that contains information on the downstream jobs.
For example, let's say I have:
1- Master
2- Build Debug
3- Build Release
4- Tests Debug
5- Tests Release
Right now, all jobs are configured to send emails, so each build may
result to up to 5 emails. What we would like, is to have only Master
send email, but that it contains all the information that the
individual emails would contain to provide as much information
possible in the email.