diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index 53345a9..ad1173c 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 'cd .dvc' + sh 'ls -al' sh 'cat config' sh 'dvc pull' sh 'dvc repro'