Last active
November 26, 2018 01:43
-
-
Save martinda/182a5ea9b9dfc596f0508cd859cd728a to your computer and use it in GitHub Desktop.
Jenkins configuration as Code Credentials example
This file contains hidden or 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: | |
# There can be elements here that refer to the credential id below | |
# Credentials is a root element (do not indent it) | |
credentials: | |
system: | |
domainCredentials: | |
- credentials: | |
-usernamePassword: | |
scope: "SYSTEM" | |
id: "the-id" | |
username: "username" | |
password: "secret" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment