Jenkins email-ext RequesterRecipientProvider always empty
This one was hard to track down. I couldn’t figure out why email-ext [$class: ‘RequesterRecipientProvider’] kept being empty on my declarative pipeline. Looking at console output for given run, printed message was: Not sending mail to user noreply@github.com with no permission to view……An attempt to send an e-mail to empty list of recipients, ignored. Luckily, i finally found this post: https://issues.jenkins-ci.org/browse/JENKINS-4350 If you have a similar setup, i.e. Github + (multi-branch) pipeline + email-ext, then odds are that you need to do the following: in Jenkins, click on your pipeline > Configure Go to section “Branch Sources” > Github > […]