ci: samba-dc: Correct credentials sudo-pass ID

jenkins-master
Dustin 2018-04-08 12:43:33 -05:00
parent 45bb2f5cd3
commit ac215ab520
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pipeline {
stage('Prepare') { stage('Prepare') {
steps { steps {
withCredentials([file( withCredentials([file(
credentialsId: 'vault-jenkins@gw0', credentialsId: 'vault-jenkins@pyrocufflink.blue',
variable: 'SUDO_PASS_FILE')]) { variable: 'SUDO_PASS_FILE')]) {
sh 'cp -f "${SUDO_PASS_FILE}" sudo-pass' sh 'cp -f "${SUDO_PASS_FILE}" sudo-pass'
} }