fix
s444452-evaluation/pipeline/head This commit looks good Details
s444452-training/pipeline/head There was a failure building this commit Details

This commit is contained in:
AdamOsiowy123 2022-05-04 19:17:32 +02:00
parent 3707d5a732
commit 82e28c8c59
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ node {
}
}
stage('Archive artifacts') {
archiveArtifacts "neural_network_evaluation.csv, evaluation.png", onlyIfSuccessful: true
archiveArtifacts "neural_network_evaluation.csv, evaluation.png"
}
}
} catch (e) {