I guess this seems like a bug. Filed: https://issues.jenkins-ci.org/browse/JENKINS-43202
On Fri, Mar 24, 2017 at 1:11 PM, Jon Dufresne <[email protected]> wrote: > 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/CADhq2b4kBYcziG9%3DG4J7kztasJDTjywxaTJ5MgdLD7YDtZvYew%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
