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