Hi all
In my company, all users have an unique user id (UID) made up of 6 digits.
All have a LDAP account using this UID as login.
Also, all have a mail with the following pattern:
firstname.lastname@
mycompany.comOn Jenkins, we use LDAP plugin to create and manage user accounts. Email adresses are founded and recorded in users' profile. Jenkins user id matches perfectly LDAP user id.
Beside this, users have SVN account with the following username pattern:
firstname.lastname.uid
When automatically triggering a build after a commit, on changes page Jenkins displays the SVN account username responsible for the commit.
At the same time, Jenkins create an account firstname.lastname.uid .
I have two questions :
1/ How can I avoid the creation of SVN account firstname.lastname.uid and make the SVN account firstname.lastname.uid matching LDAP account uid ?
2/ How can I send mail notification to the commiter responsible of build break so by parsing SVN account firstname.lastname.uid we can match LDAP user email?
Thanks a lot for your answers.
Regards
Laurent TOURREAU