Update 'lab10/Jenkinsfile_dvc'

This commit is contained in:
Kacper Dudzic 2022-05-31 15:59:28 +02:00
parent 94b322ba5b
commit 76b6684840

View File

@ -16,9 +16,9 @@ pipeline {
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
sh 'dvc pull'
echo 'Pulled'
sh 'Running pipeline'
echo 'Running pipeline'
sh 'dvc repro'
sh 'Pipeline finished'
echo 'Pipeline finished'
echo 'Files resulting from pipeline:'
sh 'ls -lh lego_reg_model'
sh 'head lego_reg_results.csv'