Update 'lab6/Jenkinsfile'
s449288-training/pipeline/head This commit looks good Details

This commit is contained in:
Kacper Dudzic 2022-04-24 17:34:59 +02:00
parent de556454b1
commit ab789d4ce9
1 changed files with 1 additions and 1 deletions

2
lab6/Jenkinsfile vendored
View File

@ -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'
}