Sergey Otpuschennikov | 3e25b6b | 2020-09-11 19:45:00 +0400 | [diff] [blame^] | 1 | --- |
| 2 | credentials: |
| 3 | system: |
| 4 | domainCredentials: |
| 5 | - credentials: |
| 6 | - basicSSHUserPrivateKey: |
| 7 | id: sandbox-ci |
| 8 | username: sandbox-ci |
| 9 | description: > |
| 10 | Jenkins master SSH key |
| 11 | privateKeySource: |
| 12 | directEntry: |
| 13 | privateKey: ${CRED_SANDBOX_CI_SSH_KEY} |
| 14 | - basicSSHUserPrivateKey: |
| 15 | id: sandbox-ci-agent |
| 16 | username: jenkins |
| 17 | description: > |
| 18 | Jenkins master SSH key for agents |
| 19 | privateKeySource: |
| 20 | directEntry: |
| 21 | privateKey: ${CRED_SANDBOX_CI_SSH_KEY} |
| 22 | - usernamePassword: |
| 23 | id: jjb-update |
| 24 | username: sandbox-jenkins |
| 25 | password: ${CRED_JJB_UPDATE_PASSWORD} |
| 26 | description: | |
| 27 | Credentials to update jenkins-jobs |