Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-54617

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

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Critical Critical
    • email-ext-plugin
    • None
    • 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"
         )
         }

          [JENKINS-54617] email-ext-plugin in Pipeline does not send email to group email id

          Swapnil Patne created issue -
          David van Laatum made changes -
          Resolution New: Not A Defect [ 7 ]
          Status Original: Open [ 1 ] New: Closed [ 6 ]
          Swapnil Patne made changes -
          Resolution Original: Not A Defect [ 7 ]
          Status Original: Closed [ 6 ] New: Reopened [ 4 ]
          Swapnil Patne made changes -
          Attachment New: ExtendedEmailConfig.png [ 45150 ]
          Alex Earl made changes -
          Assignee Original: David van Laatum [ davidvanlaatum ] New: Alex Earl [ slide_o_mix ]
          Resolution New: Cannot Reproduce [ 5 ]
          Status Original: Reopened [ 4 ] New: Closed [ 6 ]

            slide_o_mix Alex Earl
            swapnilpatne Swapnil Patne
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: