I'm trying to add Git committers to email notifications in multibranch 
pipeline job.
Based 
on 
https://wiki.jenkins.io/display/JENKINS/Email-ext+plugin#Email-extplugin-PipelineExamples,
 
I configured this:

emailext body: '${SCRIPT,template="report.template"}', replyTo: 
'$DEFAULT_REPLYTO', subject: '$PROJECT_NAME: Run: 
${TEST_COUNTS,var="total"}, Failed: ${TEST_COUNTS,var="fail"}', 
recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 
'RequesterRecipientProvider']]

But for some reason Jenkins doesn't get committers emails:

[Pipeline] emailextAn attempt to send an e-mail to empty list of recipients, 
ignored.


any ideas?


TIA,
Vitaly

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a34514c4-fbcc-4e11-9b94-583356152345%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to