From 60507abb405825b5551202a2371b035b3f2a522c Mon Sep 17 00:00:00 2001 From: Dawid Wietrzych Date: Fri, 14 May 2021 21:00:31 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_evaluation' --- Jenkinsfile_evaluation | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index ac4e6be..930ab57 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -28,9 +28,8 @@ pipeline { } stage('evaluation') { steps { - sh 'buildNumber=$(echo $BUILD_NUMBER)' sh 'chmod +x tensor-eval.py' - sh 'python3 "tensor-eval.py $BUILD_NUMBER" >> evaluation.txt' + sh 'python3 tensor-eval.py $BUILD_NUMBER >> evaluation.txt' sh 'python3 tensor-plot.py' } }