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

This commit is contained in:
AdamOsiowy123 2022-05-04 19:17:32 +02:00
parent 3707d5a732
commit 82e28c8c59

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) {