Skip to content

Instantly share code, notes, and snippets.

@ky13
Created April 28, 2017 22:42
Show Gist options
  • Save ky13/800d805f7248934c08011b584df4111e to your computer and use it in GitHub Desktop.
Save ky13/800d805f7248934c08011b584df4111e to your computer and use it in GitHub Desktop.
recipients = [
[$class: 'CulpritsRecipientProvider'],
[$class: 'DevelopersRecipientProvider'],
[$class: 'RequesterRecipientProvider'],
[$class: 'ListRecipientProvider']
]
emailext(subject: subject, body: details, recipientProviders: recipients)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment