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

This commit is contained in:
Kacper Dudzic 2022-04-24 17:31:12 +02:00
parent 4f176de119
commit 151b7ba6ba

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 lego_reg_model'
sh 'tar -czf lego_reg_model/*'
archiveArtifacts 'lego_reg_model.tar.gz'
echo 'Model archived'
}