Update 'lab10/Jenkinsfile_dvc'

This commit is contained in:
Kacper Dudzic 2022-05-30 21:17:54 +02:00
parent f4f547167a
commit e75a861437

View File

@ -12,6 +12,9 @@ pipeline {
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
sh 'dvc pull'
sh 'dvc repro'
echo 'Files resulting from pipeline:'
sh 'ls -lh lego-model'
sh 'head lego_reg_results.csv'
}
}
}