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