Archive trend fig
Some checks failed
s444409-training/pipeline/head There was a failure building this commit

This commit is contained in:
Marcin Kostrzewski 2022-05-05 23:04:16 +02:00
parent 8ce89f6d9c
commit ad4b8d8146

View File

@ -27,8 +27,8 @@ pipeline {
post { post {
always { always {
archiveArtifacts artifacts: 'evaluation_results', archiveArtifacts artifacts: 'evaluation_results.txt', onlyIfSuccessful: true
onlyIfSuccessful: true archiveArtifacts artifacts: 'trend.png', onlyIfSuccessful: true
} }
success { success {