From ffdd28ad8cd1180b5b22ffdd3450fc2f23802c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 10 May 2023 23:08:20 +0200 Subject: [PATCH] Update 'Multibranch-Evaluation' --- Multibranch-Evaluation | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Multibranch-Evaluation b/Multibranch-Evaluation index a6bdb79..1e0ba4f 100644 --- a/Multibranch-Evaluation +++ b/Multibranch-Evaluation @@ -34,8 +34,9 @@ pipeline { } } steps { - sh 'python ./ium_z434686/predict.py' - archiveArtifacts 'prediction.csv' + sh 'ls -a' + sh 'python ./ium_z434686/predict.py' + archiveArtifacts 'prediction.csv' } } stage('clear_after') {