Introduction
Managing passwords and secret keys safely is important to keep your projects secure. The Jenkins Credentials plugin helps you store and use these secrets without exposing them in your code or logs.
When you need to store a password for a database connection securely in Jenkins.
When your build process requires an API token that should not be visible in the pipeline code.
When you want to share SSH keys safely between Jenkins jobs without exposing them.
When you want to avoid hardcoding sensitive information in your Jenkinsfiles or scripts.
When multiple team members need access to the same secret but you want to control who can see or edit it.