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

View File

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