From 192e07685b9e506847f064a252c7fc439a35f378 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sat, 7 May 2022 05:21:27 +0200 Subject: [PATCH] archive artifact metrics --- Jenkinsfile_evaluation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index b917043..caafd40 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -37,7 +37,7 @@ pipeline { copyArtifacts projectName: 's444354-create-dataset' copyArtifacts projectName: 's444354-training/$TRAINING_BRANCH' sh 'python3 ./evaluation.py' - archiveArtifacts 'eval.csv' + archiveArtifacts 'eval.csv, metrics.png' } }