empty artifacts
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:14:35 +02:00
parent 157dfb0bfb
commit c571f6835a
1 changed files with 2 additions and 1 deletions

View File

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