Add Sacred FileStorageObserver
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit
s444409-training/pipeline/head There was a failure building this commit

This commit is contained in:
Marcin Kostrzewski 2022-05-06 21:42:42 +02:00
parent d794e390aa
commit b7a8d43680

View File

@ -35,7 +35,7 @@ pipeline {
stage('Archive model and evaluate it') {
steps {
archiveArtifacts artifacts: 'model_out', onlyIfSuccessful: true
archiveArtifacts artifacts: 'sacred_runs', onlyIfSuccessful: true
archiveArtifacts artifacts: 'sacred_runs/**', onlyIfSuccessful: true
build job: "s444409-evaluation/${params.BRANCH}/"
}
}