I'm using a Jenkinsfile using the declarative syntax. In it is the blurb:

  post {
    failure {
      step([$class: 'Mailer', recipients: '[email protected]',
sendToIndividuals: true])
    }
  }

When a build breaks, [email protected] is correctly emailed. However, the
individuals that broke the build are not. I thought adding the argument
sendToIndividuals would solve this, but it doesn't appear to work. Is there
some other step I'm expected to take to make this work? Any ideas?

Is this possibly a bug?

Thanks,
Jon

-- 
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/CADhq2b5oMTCcKjkJjN8b_et%3DLZBJXeNr_9uK4fL48d1HMF-6mQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to