email-ext-plugin in Pipeline does not send email to group email id

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Critical
    • Component/s: email-ext-plugin
    • Environment:
      Jenkins ver. 2.107.2 (installed on centos 7)
      email-ext plugin 2.62

      1. 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

      1. 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"
         )
         }

            Assignee:
            Alex Earl
            Reporter:
            Swapnil Patne
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: