I set up a Jenkins server and use gerrit trigger, I want to configure Jenkins to send notification mail when build fail.
Problems are
1. Jenkins list commits that are merged in to target branch, not the commit in patchset. That causes some confusion
2. Jenkins knowns only user name from gerrit, but no email address, so I got
Failed to send e-mail to xxxx because no e-mail address is known, and no default e-mail domain is configured
Does "LDAP Email Plugin" solve this issue?