From af71bb08ae954bdef7aad4dc7b2b5ad4e67db0ff Mon Sep 17 00:00:00 2001 From: Dawid Wietrzych Date: Fri, 14 May 2021 14:06:03 +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 404a504..ac4e6be 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -29,9 +29,8 @@ pipeline { stage('evaluation') { steps { sh 'buildNumber=$(echo $BUILD_NUMBER)' - sh 'python3 ./lab06-eval.py $BUILD_NUMBER' sh 'chmod +x tensor-eval.py' - sh 'python3 "tensor-eval.py" >> evaluation.txt' + sh 'python3 "tensor-eval.py $BUILD_NUMBER" >> evaluation.txt' sh 'python3 tensor-plot.py' } }