Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove Credentials from GIT in Jenkins

Tags:

git

jenkins

Anybody knows how to remove the users from the Credentials drop down in Jenkins for a project under Source Code Management -> Git Repositories

Referring to the section highlighted in yellow in attached screen shot: enter image description here

I seem to have added a few users in error and want to remove them from the drop down. I dont see any option to delete them.

like image 211
Aman Mohammed Avatar asked Jan 11 '16 12:01

Aman Mohammed


People also ask

How do I update my git credentials in Jenkins?

From the Jenkins home page (i.e. the Dashboard of the Jenkins classic UI), click Manage Jenkins > Manage Credentials. Under Stores scoped to Jenkins on the right, click on Jenkins. Under System, click the Global credentials (unrestricted) link to access this default domain. Click Add Credentials on the left.


2 Answers

Ok i found it, just had to look around. It was under the Jenkins Home page -> Credentials.

It is not present under the Credentials section of the Configuration page. I thought since it was GIT based, it was storing users under that configuration.

like image 153
Aman Mohammed Avatar answered Sep 21 '22 09:09

Aman Mohammed


Detail Steps to delete GitHub's credentials from Jenkins:

  1. Go to Jenkins's Dashboard
  2. Click on "Credentials" [Located at left side menu]
  3. You will now able to see :
    • Store
    • Domain
    • ID
    • Name
  4. Click on on "Name", you will get options "Update", "Delete" & "Move". Choose your option.!

enter image description here

like image 25
Narendra Chandratre Avatar answered Sep 24 '22 09:09

Narendra Chandratre