Update 'lab6/Jenkinsfile'
Some checks failed
s449288-training/pipeline/head There was a failure building this commit
Some checks failed
s449288-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
76fe5ffee7
commit
4f176de119
4
lab6/Jenkinsfile
vendored
4
lab6/Jenkinsfile
vendored
@ -14,6 +14,10 @@ pipeline {
|
||||
echo 'Model and predictions saved'
|
||||
sh 'head lego_reg_results.csv'
|
||||
sh 'ls -lh lego_reg_model'
|
||||
echo 'Archiving model...'
|
||||
sh 'tar -czf lego_reg_model'
|
||||
archiveArtifacts 'lego_reg_model.tar.gz'
|
||||
echo 'Model archived'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user