diff --git a/lab10/Jenkinsfile_dvc b/lab10/Jenkinsfile_dvc index d6913d4..86f292c 100644 --- a/lab10/Jenkinsfile_dvc +++ b/lab10/Jenkinsfile_dvc @@ -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'