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

This commit is contained in:
Adrian Charkiewicz 2022-05-07 03:19:04 +02:00
parent c571f6835a
commit 82394f4b8b
1 changed files with 1 additions and 1 deletions

View File

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