Details
-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: git-plugin
-
Labels:
-
Environment:git plugin 1.1.6
git plugin 2.0, jenkins 1.540, ubuntu 13.10
-
Similar Issues:
Description
I realize mapping git author/commit users back to Jenkin's users is pain, but perhaps it could be done a little better.
Some ideas:
- Try looking up a user's email and comparing that.
- Using the user portion from the email (e.g. someuser@example.com becomes someuser).
- Looking up the user's email in LDAP, if LDAP is being used.
The last would be ideal for us.
Ciao!
Attachments
Issue Links
- is duplicated by
-
JENKINS-43178 “Unregistered user” warning skipping addresses under inappropriate conditions
-
- Open
-
-
JENKINS-42951 Local-part based user mapping results in confused changelogs
-
- Open
-
-
JENKINS-43386 Not sending mail to user with permission to view
-
- Open
-
-
JENKINS-43759 Not sending email to registered users
-
- Open
-
-
JENKINS-43268 Can't send email to registered users
-
- Closed
-
-
JENKINS-41451 git-plugin: user accounts are looked up by their name
-
- Closed
-
- is related to
-
JENKINS-10258 Allow users unicity
-
- Open
-
-
JENKINS-49979 Showing only Jenkinsusers in Assignee Selectbox
-
- Closed
-
Code changed in jenkins
User: Andrew Bayer
Path:
src/main/java/hudson/plugins/git/GitChangeSet.java
http://jenkins-ci.org/commit/git-plugin/3607d2ec90f69edcf8cedfcb358ce19a980b8f1a
Log:
[FIXED JENKINS-9016] If no Jenkins user is found for the commit's user.name value, use the username section of the email address instead.