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' } }