I am trying to setup e-mail notifications in jenkins, which should sent an e-mail to the developer who crashed the build.
Therefore I filled the default Recipents
list by hand for some developers:
What I want is, that I don't have to manually add every e-mail address in this list, instead getting the e-mail list from the registered users in jenkins. When a user is removed, he should removed from the list and the same, when a new user is added.
Is this possible?