Update 'lab8/Jenkinsfile_train'
Some checks failed
s449288-training/pipeline/head There was a failure building this commit

This commit is contained in:
Kacper Dudzic 2022-05-13 14:50:11 +02:00
parent 97f05db3b9
commit 0bc244dffa

View File

@ -21,6 +21,8 @@ pipeline {
sh 'tar -czf lego_reg_model.tar.gz lego_reg_model/'
archiveArtifacts 'lego_reg_model.tar.gz'
echo 'Model archived'
sh 'ls -lh'
sh ' ls -lh lab8/'
echo 'Archiving the MLflow repo...'
archiveArtifacts 'mlruns'
echo 'MLflow repo archived'