varad_automation
varad_automation

Reputation: 113

Credentials not showing in jenkins dashboard

I need to add my docker hub credentials into jenkins but credentials task is not showing in jenkins dashboard.

I have downloaded credentials plugin but also im not getting credentials task.

enter image description here

Please Help me on this

Upvotes: 2

Views: 8517

Answers (2)

Aviraj Unathil
Aviraj Unathil

Reputation: 1

Jenkins 2.346.3

Manage Jenkins > Manage Plugins > Click on available > enter credentials.

Upvotes: -1

Dmitriy Tarasevich
Dmitriy Tarasevich

Reputation: 1242

Credentials inside Manage Jenkins >> Manage Credentials are stored in global scope - it means what they are accessible for every project in jenkins. If only you using jenkins than it's ok. To make jenkins show you credentials just update credentials plugin to the latest version.

Also it's a good practise to create credentials in your project's folder.

Upvotes: 6

Related Questions