-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: bazaar-plugin
-
Labels:None
-
Environment:Debian 5.0
-
Similar Issues:
For users that have the following line in their ~/.bazaar/bazaar.conf file, the email address isn't being grabbed properly:
email = Joe Bloggs <joe.bloggs@mycompany.com>
Assuming my domain for email is set to mycompany.com (in Hudson), Hudson tries to email build failure notifications to Joe@mycompany.com instead of joe.bloggs@mycompany.com.
- is related to
-
JENKINS-5421 Author names are not well handled
-
- Closed
-
Actually, the email address is just ignored (see
JENKINS-5421)...In subversion-plugin, the way to get the email address seems to use MailAddressResolver, maybe take a look on this to be able to set email address for user.
BTW, the email address can still be defined in user view after the user creation.