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