any artifact, not only text
Some checks failed
s444354-training/pipeline/head This commit looks good
s444354-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Adrian Charkiewicz 2022-05-07 03:19:04 +02:00
parent c571f6835a
commit 82394f4b8b

View File

@ -24,7 +24,7 @@ stages {
stage('Archive') { stage('Archive') {
steps { steps {
dir('saved_model') { dir('saved_model') {
archiveArtifacts artifacts: '**/*.txt', archiveArtifacts artifacts: '**/**',
allowEmptyArchive: true allowEmptyArchive: true
} }
} }