I use the ActiveDirectory plugin for Jenkins, so users must log in to Jenkins with their credentials. Then the user is called joe.doe in Jenkins, which is perfect.
When the same person checks the new code, Jenkins discovers the user as MyCompany.com \ joe.doe, so he creates another user instead of matching changes to user joe.doe. Do you have an idea how to fix this?
Is there a way to disconnect part of MyCompany.com from an SVN user?
source
share