-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
None
-
Jenkins ver. 2.107.2 (installed on centos 7)
email-ext plugin 2.62
- email-ext-plugin in Pipeline script does not send email to group email id even though console says sending email. The same works for individual email id.
[Pipeline] emailextSending email to: groupEmail@BMC.com
- Also "cc:" & "bcc:" doesn't work at all from pipeline script, no matter how I try it. Any example of using CC, BCC will be really helpful.
def notifyTest() { emailext ( subject: "Test Email Ignore", body: """Hello All, JenkinsAdmin""", to: "groupEmailID@bmc.com", cc:'spatne@bmc.com', bcc:'swapnil_patne@bmc.com', from: "JenkinsAdmin@IS-Automation.bmc.com" ) }
[JENKINS-54617] email-ext-plugin in Pipeline does not send email to group email id
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Resolution | Original: Not A Defect [ 7 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Attachment | New: ExtendedEmailConfig.png [ 45150 ] |
Assignee | Original: David van Laatum [ davidvanlaatum ] | New: Alex Earl [ slide_o_mix ] |
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Reopened [ 4 ] | New: Closed [ 6 ] |