diff --git a/Jenkinsfile_dvc b/Jenkinsfile_dvc index e705082..04d09fb 100644 --- a/Jenkinsfile_dvc +++ b/Jenkinsfile_dvc @@ -20,6 +20,7 @@ pipeline { sh 'dvc remote list' sh 'cat .dvc/config' sh 'cat .dvc/config.local' + sh 'dvc pull' sh 'dvc repro' sh 'ls -al' }