Update 'lab10/Jenkinsfile_dvc'
This commit is contained in:
parent
94b322ba5b
commit
76b6684840
@ -16,9 +16,9 @@ pipeline {
|
|||||||
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
sh 'dvc remote modify --local ium_ssh_remote keyfile $IUM_SFTP_KEY'
|
||||||
sh 'dvc pull'
|
sh 'dvc pull'
|
||||||
echo 'Pulled'
|
echo 'Pulled'
|
||||||
sh 'Running pipeline'
|
echo 'Running pipeline'
|
||||||
sh 'dvc repro'
|
sh 'dvc repro'
|
||||||
sh 'Pipeline finished'
|
echo 'Pipeline finished'
|
||||||
echo 'Files resulting from pipeline:'
|
echo 'Files resulting from pipeline:'
|
||||||
sh 'ls -lh lego_reg_model'
|
sh 'ls -lh lego_reg_model'
|
||||||
sh 'head lego_reg_results.csv'
|
sh 'head lego_reg_results.csv'
|
||||||
|
Loading…
Reference in New Issue
Block a user