Issue
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.
src="https://i.stack.imgur.com/GqTdF.png" alt="enter image description here" />
Please Help me on this
Solution
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.
Answered By - Dmitriy Tarasevich
Answer Checked By - Senaida (JavaFixing Volunteer)