From 1b96d55677340e7037202422b45b6b8e3ad37acd Mon Sep 17 00:00:00 2001 From: Dawid Wietrzych Date: Sat, 15 May 2021 18:05:24 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_evaluation' --- Jenkinsfile_evaluation | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 50120b0..c92e111 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -30,6 +30,7 @@ pipeline { steps { sh 'chmod +x ./tensor-eval.py' sh 'python3 ./tensor-eval.py $BUILD_NUMBER >> evaluation.txt' + sh 'cat ./evaluation.csv' sh 'python3 ./tensor-plot.py' } }