Update 'Jenkinsfile_evaluation'

This commit is contained in:
Zofia Galla 2021-05-15 17:37:45 +02:00
parent 18bdbe1b73
commit 31a3f87da1

View File

@ -29,7 +29,7 @@ pipeline {
}
stage('Archive artifacts') {
steps{
archiveArtifacts artifacts: 'evaluation.txt', 'mean_square_error.png'
archiveArtifacts artifacts: 'evaluation.txt, mean_square_error.png'
}
}
}