jenkinsci / jenkinsci/git-plugin
[JENKINS-41656] Email Notification sent to all previous emails of the Git committer when build fails
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
The job has enabled "Send separate e-mails to individuals who broke the build". When the job fails, the notification is sent to all the previous emails held by the committer instead of sending it only to the email set in Git commit that failed during the build.
This is causing unwanted noise.
I also couldn't find any documentation on how git-plugin / Email Notication fetches the email of the git committer for a git commit that failed during the build.
Jenkins Ver 1.580.2
Git Plugin Ver 2.3.4
---
Originally reported by shanbalasay, imported from: Email Notification sent to all previous emails of the Git committer when build fails
Raw content of original issue
The job has enabled "Send separate e-mails to individuals who broke the build". When the job fails, the notification is sent to all the previous emails held by the committer instead of sending it only to the email set in Git commit that failed during the build.
This is causing unwanted noise.I also couldn't find any documentation on how git-plugin / Email Notication fetches the email of the git committer for a git commit that failed during the build.
Jenkins Ver 1.580.2
Git Plugin Ver 2.3.4
Contributor guide
Assessment
This issue has not been assessed yet.