Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Howto map SVN User to Jenkins people

Tags:

svn

jenkins

I'm using the ActiveDirectory plugin for Jenkins, so that users have to sign in to Jenkins with their credentials. The user is then called joe.doe in Jenkins, which is perfect.

When the same person checks in new code, Jenkins detects the user as MyCompany.com\joe.doe, so it creates another user instead of mapping change to the user joe.doe. Do you have an idea how to fix this?

Is there a way to cut off the MyCompany.com part from the SVN user?

like image 402
Michael Küller Avatar asked Nov 14 '22 04:11

Michael Küller


1 Answers

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

like image 188
malenkiy_scot Avatar answered Jan 02 '23 09:01

malenkiy_scot