I'm using git as SCM and with it I have a list of users with their e- mail-addresses. But when it comes to Jenkins users, only the usernames are used, not the whole address. For example: when user "[email protected]" pushes to git, Jenkins recognizes the user as "first.last". What happens with the domain? How can I get it back (e.g. for e-mail notifications)? Since some of the guys are using different domains, I can't just add a suffix.
Many thanks in advance, Andreas
