diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index c63b643..d815c29 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -19,6 +19,7 @@ pipeline { sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY' sh 'dvc remote list' sh 'cat .dvc/config' + sh 'cat .dvc/config.local' sh 'dvc pull' sh 'dvc repro' sh 'ls -al'