Update 'lab6/Jenkinsfile'
All checks were successful
s449288-training/pipeline/head This commit looks good
All checks were successful
s449288-training/pipeline/head This commit looks good
This commit is contained in:
parent
de556454b1
commit
ab789d4ce9
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 tarball.tar.gz lego_reg_model/'
|
||||
sh 'tar -czf lego_reg_model.tar.gz lego_reg_model/'
|
||||
archiveArtifacts 'lego_reg_model.tar.gz'
|
||||
echo 'Model archived'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user