diff --git a/Jenkinsfile-evaluation b/Jenkinsfile-evaluation index 7994663..a4c7cbd 100644 --- a/Jenkinsfile-evaluation +++ b/Jenkinsfile-evaluation @@ -59,7 +59,8 @@ pipeline{ steps{ sh "docker cp \$(docker ps -l -q):/app/results_prediction.csv ${env.WORKSPACE}" sh "docker cp \$(docker ps -l -q):/app/metrics.csv ${env.WORKSPACE}" - archiveArtifacts artifacts: 'results_prediction.csv, metrics.csv', fingerprint: true + sh "docker cp \$(docker ps -l -q):/app/metrics_chart_plot.png ${env.WORKSPACE}" + archiveArtifacts artifacts: 'results_prediction.csv, metrics.csv, metrics_chart_plot.png', fingerprint: true } } }