diff --git a/Jenkinsfile_6 b/Jenkinsfile_6 index 22ff3af..f826897 100644 --- a/Jenkinsfile_6 +++ b/Jenkinsfile_6 @@ -8,7 +8,7 @@ pipeline { stage('DVC Commands') { steps { withCredentials([string(credentialsId: 'ium-sftp-password', variable: 'IUM_SFTP_PASS')]) { - sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_KEY' + sh 'dvc remote modify --local ium_ssh_remote password $IUM_SFTP_PASS' sh 'dvc pull' sh 'dvc repro' }