diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index d815c29..e868fd3 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -17,6 +17,7 @@ pipeline { steps { withCredentials([sshUserPrivateKey(credentialsId: '48ac7004-216e-4260-abba-1fe5db753e18', keyFileVariable: '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 remote list' sh 'cat .dvc/config' sh 'cat .dvc/config.local'