jenkinsci / jenkinsci/git-plugin

[JENKINS-14539] Incorrectly Using Committer User Full Name in resolving Committer Email Address

Open
#2,170 9 comments 0 reactions 0 assignees View on GitHub
component:git-plugin component:repo-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
694
Forks
1.1k
Avg merge
1h 29m
Merged PRs (30d)
3

Description

I have seen where this same issue has been resolved for other SCM plugins, but this is still happening when using the Repo and GIT plugins

When using the Email Ext plugin and selecting the "Send To Committers" option on failure, it appears that the committer user's full name is being used and is creating two email addresses to be sent notification.

For example if the committer user's full name is John Doe and the default email suffix is "@​jenkins.com" then the committer designated emails are incorrectly being sent to:

John@​jenkins.com

Doe@​jenkins.com

The committer's actual email address is not even being accessed

Jenkins 1.472

Email-ext 2.22

Repo 1.2.1

Git 1.1.21

---
Originally reported by rejesi, imported from: Incorrectly Using Committer User Full Name in resolving Committer Email Address


  • status: Open
  • priority: Major
  • component(s): git-plugin, repo-plugin
  • resolution: Unresolved
  • votes: 4
  • watchers: 4
  • imported: 2025-12-02

Raw content of original issue

I have seen where this same issue has been resolved for other SCM plugins, but this is still happening when using the Repo and GIT plugins

When using the Email Ext plugin and selecting the "Send To Committers" option on failure, it appears that the committer user's full name is being used and is creating two email addresses to be sent notification.

For example if the committer user's full name is John Doe and the default email suffix is "@jenkins.com" then the committer designated emails are incorrectly being sent to:

John@jenkins.com
Doe@jenkins.com

The committer's actual email address is not even being accessed

Jenkins 1.472
Email-ext 2.22
Repo 1.2.1
Git 1.1.21

  • environment: RHEL 5.8

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.