This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Jenkins Management | |
--- | |
# Using Jenkins | |
## Using Credentials | |
Jenkins can store the following types of credentials: | |
| Type | Details | | |
| --- | --- | | |
| Secret text | a token such as an API token (e.g. a GitHub personal access token) | | |
| Username and password | which could be handled as separate components or as a colon separated string in the format username:password (read more about this in Handling credentials) | |