emailext Pipeline step sends mails to irrelevant people

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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • Component/s: email-ext-plugin
    • Environment:
      Arch Linux (x64)
      Jekinks 2.15 (Docker jenkinsci/jenkins)
      email-ext plugin: 2.45

      The emailext step always sends mails to people made changes to the changeset, even if recipientProviders argument is unset or set to empty list.

      e.g.

      // Expected only Bob will receive the mail, but it actually included the people involved by the changeset.
      emailext to: 'bob', body: 'Test'
      emailext to: 'bob', recipientProviders:[], body: 'Test'
      

            Assignee:
            David van Laatum
            Reporter:
            Kai Chieh Ku
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: