Update 'lab7/Jenkinsfile_train'
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
413890d305
commit
6e26711f3f
@ -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/'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user