From: Frank Brehm Date: Thu, 19 Apr 2018 14:54:36 +0000 (+0200) Subject: Adding mailer publisher to job in create_vmware_template.groovy X-Git-Tag: 0.1.1~8 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=3ccb4056327b2619541a7563192456a891d339ba;p=pixelpark%2Fcreate-vmware-tpl.git Adding mailer publisher to job in create_vmware_template.groovy --- diff --git a/create_vmware_template.groovy b/create_vmware_template.groovy index 4968e17..a1de3e2 100644 --- a/create_vmware_template.groovy +++ b/create_vmware_template.groovy @@ -115,7 +115,13 @@ job("create-vmware-template") { colorizeOutput() } - publishers {} + publishers { + mailer { + recipients(emailReceivers) + notifyEveryUnstableBuild(true) + sendToIndividuals(false) + } + } authorization { jenkinsJobAdmins.each { name ->