Notifications
Send Email
emailext (
   to: email@somewhere.com,
   subject: 'Mail subject',
   body: 'The email body'
)Email Culprits
emailext (
   recipientProviders : [[$class: 'CulpritsRecipientProvider'],[$class: 'RequesterRecipientProvider']],
   subject: 'Warning culprits',
   body: 'The email body'
)Last updated
Was this helpful?