Howto displays SVN user for Jenkins users

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?

+5
source share
1 answer

The only way to fix this, as I understand it, is to talk to your SVN administrator to get rid of the prefix.

0
source

All Articles