-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
jenkins 2.73.1
job-dsl-plugin 1.64
email-ext 2.58
The "Send to" multi-choice-dropdown-like field (under Advanced settings) is populated with [Recipient List] (as stated in the JobDSL API documentation). That [Recipient List] can be overwritten with any number of the following function calls: "culprits()", "developers()", "failingTestSuspects()", "firstFailingBuildSuspects()", "recipientList()", "requester()" and "upstreamCommitter()".
It is however not possible to empty that list in order to only send an e-mail to the recipients which were defined in the trigger block "recipientList(String... recipients)"
Is the creation of something like "emptyList()" in the "sendTo" block possible?
- is related to
-
JENKINS-49078 Job DSL Plugin extended email trigger send-to list does not have same default as UI
- Closed