Hi
How can I send e-mails to individuals who broke the build?
This is my post mail code:

post {
    
    failure {
      mail(from: "...",
           to: "...",
           subject: "UI build failed!",
           body: "For more information see the build log.")
    }
  }


-- 
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/486a39c7-e388-4152-a04d-93172c8aae2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to