empty artifacts
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:14:35 +02:00
parent 157dfb0bfb
commit c571f6835a

View File

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