Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove a user from Jenkins

Tags:

jenkins

I have many users in Jenkins that have automatically come from SVN. One of our developers left the project and I removed him from the SVN. However, his contacts are not removed from Jenkins and I cannot find a place in Jenkins where I could remove users from. Any ideas on how to remove users from Jenkins?

like image 394
user1340582 Avatar asked Feb 06 '13 14:02

user1340582


People also ask

How do you remove a user?

Select Start > Settings > Accounts > Family & other users. Select the person's name or email address, then select Remove.


2 Answers

I couldn't find the delete option. I went here and found a relevant but unhelpful answer. So I just tried:

http://<jenkins.url>/user/<username>/delete 

I got redirected to an existing page \o/ There was a button asking to confirm the deletion. I clicked and the user was removed.

Hope this helps

PS: I just found how to do it right: Go to "Manage Jenkins" > "Manage Users" and click the delete button on the same row (far right) of the user you want to delete

like image 65
fredericrous Avatar answered Sep 18 '22 13:09

fredericrous


I believe you need to remove or replace the user from, all the times they exist, in the build.xml file(s) which are under the jobs directory then the name of the job and the builds directory.

like image 45
Joe Avatar answered Sep 20 '22 13:09

Joe