-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 2.46.2
-
-
2.88
It is possible to send email to DevelopersRecipientProvider, etc.
It should also be possible to send email to GitHub Pull Request participants.
Use case: developer submits Pull Request. Later he merges master to feature branch and waits for tests to be passed to merge Pull Request. It should be possible to notify Pull Request participants only when testing is finished. (DevelopersRecipientProvider would notify all the authors of commits merged from master)
- duplicates
-
JENKINS-62079 No way to email just a PR's owner
-
- Resolved
-
This would either need to be a separate plugin, or incorporated as part of whatever GH plugin you are using. email-ext provides an extension point (RecipientProvider) that other plugins can implement to provide their own recipient providers.