I want to know how we can specify the pool of users who will receive the mail if the build fails.
For example :- If there are 10 users who are part of the changes in a particular build, but I want to send e-mails only to those whom I have specified and configured to receive mails. Rest will not receive the mails
Suppose I want to send mails only to A, B, C. Even if build fails because of User D, I don't want to send mail to D.
Basically, I am asking if there is a way we can constrain the list of users who can receive the mail?
Is it possible to do?
Thanks