to many artifacts, cutting to one
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:38:23 +02:00
parent e409b11a15
commit 1b39d1cacb
1 changed files with 1 additions and 1 deletions

View File

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