-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: email-ext-plugin
-
Labels:None
-
Similar Issues:
Add support for using recipient providers in workflows
Return a list of emails from selected recipient providers:
emailextrecipients([[$class: 'CulpritsRecipientProvider'], [$class: 'RequesterRecipientProvider']])
eg:
step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([[$class: 'CulpritsRecipientProvider'], [$class: 'RequesterRecipientProvider']])])
Send an email to abc plus any addresses returned by the providers:
emailext body: 'A Test EMail', recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']], subject: 'Test', to: 'abc'
- is related to
-
JENKINS-34763 Email-ext plugin (culprits and committers) in Jenkins Pipeline
-
- Closed
-
Hmm yea getting the same thing on the work jenkins but been unable to reproduce anywhere else or figure out why. At least I know it's not some quirk of my work one now