Skip to content

Instantly share code, notes, and snippets.

View fidalcastro's full-sized avatar
🎯
Focusing

Fidal Castro fidalcastro

🎯
Focusing
View GitHub Profile
@fidalcastro
fidalcastro / jenkins-overview
Created November 20, 2022 13:36
Notes: Jenkins Overview
# 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) |