Pipeline send email to committer

19 views
Skip to first unread message

GS_L

unread,
Mar 6, 2017, 6:38:40 AM3/6/17
to Jenkins Users
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.")
}
}

Reply all
Reply to author
Forward
0 new messages