From d459756481910f94b0f4917baf4edcce4984c259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Thu, 11 May 2023 00:51:13 +0200 Subject: [PATCH] Update 'Multibranch-Evaluation' --- Multibranch-Evaluation | 1 + 1 file changed, 1 insertion(+) diff --git a/Multibranch-Evaluation b/Multibranch-Evaluation index f9e324e..c5536a4 100644 --- a/Multibranch-Evaluation +++ b/Multibranch-Evaluation @@ -40,6 +40,7 @@ pipeline { steps { sh 'ls -a' sh 'python ./ium_z434686/predict.py' + sh 'python ./ium_z434686/plot.py' archiveArtifacts 'prediction.csv' archiveArtifacts 'metrics.csv' archiveArtifacts 'metrics.png'