update jenkinsfile_train-sacred
Some checks failed
s444356-training/pipeline/head There was a failure building this commit
s444356-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-04 21:26:50 +02:00
parent 118f7e658c
commit d6694ee951

View File

@ -24,7 +24,7 @@ pipeline {
}
stage('Artifacts'){
steps {
archiveArtifacts artifacts: 'my_runs/1/info.json, my_runs/1/config.json, my_runs/1/games_model.pkl, my_runs/_sources/dllib-sacred_9b4efa30e286ba360857813ed7ad415c.py', followSymlinks: false
archiveArtifacts artifacts: 'games_model.pkl, my_runs'
build job: 's444356-evaluation/master/'
}
}