diff --git a/lab10/Jenkinsfile_dvc b/lab10/Jenkinsfile_dvc index a5242ab..d6913d4 100644 --- a/lab10/Jenkinsfile_dvc +++ b/lab10/Jenkinsfile_dvc @@ -15,7 +15,7 @@ pipeline { echo 'Pulling from DVC' sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY' sh 'dvc pull' - sh 'Pulled' + echo 'Pulled' sh 'Running pipeline' sh 'dvc repro' sh 'Pipeline finished'