diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 1d85430..c68ac6e 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -14,7 +14,8 @@ node { def testImage = docker.image('s487197/ium:54') testImage.inside{ 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 keyfile $IUM_SFTP_KEY' + sh 'dvc remote modify --local ium_ssh_remote password IUM@2021' sh 'dvc pull' }