trying to archive atrifact from training
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:33:13 +02:00
parent 82394f4b8b
commit e409b11a15

View File

@ -23,10 +23,10 @@ stages {
} }
stage('Archive') { stage('Archive') {
steps { steps {
dir('saved_model') {
archiveArtifacts artifacts: '**/**', archiveArtifacts artifacts: '**/**',
allowEmptyArchive: true allowEmptyArchive: true
}
} }
} }
stage('Starting eval job') { stage('Starting eval job') {