Guest User

Untitled

a guest
Nov 25th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. jenkins:
  2. ...
  3.  
  4. # Credentials is a root element (do not indent it)
  5. credentials:
  6. system:
  7. domainCredentials:
  8. - credentials:
  9. -usernamePassword:
  10. scope: "SYSTEM"
  11. id: "the-id"
  12. username: "username"
  13. password: "secret"
Add Comment
Please, Sign In to add comment