Update 'lab10/Jenkinsfile_dvc'

This commit is contained in:
Kacper Dudzic 2022-05-31 15:58:43 +02:00
parent 6ec6a68542
commit 94b322ba5b

View File

@ -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'