Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here are a couple of Ideas:</p> <ul> <li><p>If you change to the directory where asmith was the last committer and you do <code>svn info .</code> What does the LastChanged Author say? "DOMAIN\asmith" or something else? What does it say for bobama?</p></li> <li><p>If the information going into Jenkins is really identical for all users, then the difference has to be inside Jenkins. I've been looking at the source of <a href="https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/tasks/MailAddressResolver.java" rel="nofollow">MailAddressResolver</a>, which is just a dispatching class that invokes other <a href="https://wiki.jenkins-ci.org/display/JENKINS/Extension+points#Extensionpoints-hudson.tasks.MailAddressResolver" rel="nofollow">resolvers</a>. However, I'm not sure which one is invoked in your configuration. There are fallback scenarios which try to guess the correct email if none of the resolvers succeeds. One that looks very interesting is <a href="https://issues.jenkins-ci.org/browse/JENKINS-5164" rel="nofollow">'MailAddressResolver problems with SVN &amp; SSPI authentication'</a>. This should actually replace 'DOMAIN_user@company.com' with 'DOMAIN\user@company.com'</p></li> <li><p>I've noticed logging in Jenkins' source. If the logs don't already indicate problems during the mail address resolution, you could <a href="https://wiki.jenkins-ci.org/display/JENKINS/Logging" rel="nofollow">add more loggers</a> in the web interface.</p></li> <li><p>While going through the bug reports, I noticed <a href="https://issues.jenkins-ci.org/browse/JENKINS-13058" rel="nofollow">'E-mail to individuals who broke the build is sent to wrong address'</a>. Which sounds a lot like the problem you're experiencing. And it's <strong>unresolved</strong>.</p></li> </ul> <h2>Possible Workaround</h2> <p>While searching in all directions at once I discovered the <a href="http://wiki.hudson-ci.org//display/HUDSON/RegEx+Email+Plugin" rel="nofollow">RegEx Email Plugin</a>. It allows you to generate user email addresses from usernames using regular expressions. Maybe you could twist Jenkins' arm with this to get the mail format you need.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload