-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
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'
- is duplicated by
-
JENKINS-37490 Add option to remove developer from default recipient list in EmailExtStep
- Closed