diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index ad1173c..c63b643 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -18,9 +18,7 @@ pipeline { 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 list' - sh 'cd .dvc' - sh 'ls -al' - sh 'cat config' + sh 'cat .dvc/config' sh 'dvc pull' sh 'dvc repro' sh 'ls -al'