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

This commit is contained in:
Kacper Dudzic 2022-05-05 20:27:36 +02:00
parent 413890d305
commit 6e26711f3f

View File

@ -25,11 +25,11 @@ pipeline {
sh 'tar -czf lego_reg_model.tar.gz lego_reg_model/'
archiveArtifacts 'lego_reg_model.tar.gz'
echo 'Model archived'
echo 'Archiving Sacred's output repo...'
echo 'Archiving Sacreds output repo...'
sh 'ls -lh runs/*/'
sh 'tar -czf sacred_runs.tar.gz runs/'
archiveArtifacts 'sacred_runs.tar.gz'
echo 'Sacred's repo archived'
echo 'Sacreds repo archived'
echo 'Launching the s449288-evaluation job...'
build job: 's449288-evaluation/master/'
}