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
4f176de119
commit
151b7ba6ba
2
lab6/Jenkinsfile
vendored
2
lab6/Jenkinsfile
vendored
@ -15,7 +15,7 @@ pipeline {
|
||||
sh 'head lego_reg_results.csv'
|
||||
sh 'ls -lh lego_reg_model'
|
||||
echo 'Archiving model...'
|
||||
sh 'tar -czf lego_reg_model'
|
||||
sh 'tar -czf lego_reg_model/*'
|
||||
archiveArtifacts 'lego_reg_model.tar.gz'
|
||||
echo 'Model archived'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user