From 6b8e97db4ada6027b331ecfd3620750aeaca91af Mon Sep 17 00:00:00 2001 From: s424714 Date: Wed, 10 May 2023 17:10:42 +0200 Subject: [PATCH] fix: jenkinsfile v2 --- Jenkinsfile-eval | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"