diff --git a/Jenkinsfile-eval b/Jenkinsfile-eval index d8d79da..bef698c 100644 --- a/Jenkinsfile-eval +++ b/Jenkinsfile-eval @@ -67,7 +67,7 @@ node { { sh 'mkdir -p ./.cache' sh "echo ${currentBuild.number}" - sh 'python ./src/main.py --test --build_id=${currentBuild.number} ' + sh "python ./src/main.py --test --build_id=${currentBuild.number} " sh 'python ./src/plot.py ' sh "cp ./results/*.csv ${WORKSPACE}" sh "cp ./results/*.png ${WORKSPACE}"