InterviewSolution
Saved Bookmarks
| 1. |
What are the credential types supported by Jenkins? |
|
Answer» In Jenkins, credentials are a set of information used for authentication with internal/external services to accomplish an action. Jenkins credentials are PROVISIONED & managed by a built-in plugin called - Credentials Binding - plugin. Jenkins can handle different credentials as follows -
And as we can guess, this can be extended to several other extensible credential TYPES like - AWS credential, Azure secrets, etc. using commonly available plugins. |
|