archive
Some checks failed
s444417-evaluation/pipeline/head There was a failure building this commit
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-04 15:26:55 +02:00
parent df4b6bf29d
commit 7d0474c200

View File

@ -13,7 +13,7 @@ pipeline {
stage('Archive') {
steps {
dir('saved_model') {
archiveArtifacts artifacts: '**'
archiveArtifacts artifacts: '**/**'
}
}
}