From b716a532aa52d8d3129ee6c074ec7ff3a8735cd4 Mon Sep 17 00:00:00 2001 From: s430705 Date: Thu, 13 May 2021 12:59:01 +0200 Subject: [PATCH] Fix build number --- Jenkinsfile_evaluation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 1113cb5..b5fdbd5 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -32,7 +32,7 @@ pipeline { stage('Evaluation') { steps { sh 'buildNumber=$(echo $BUILD_NUMBER)' - sh "python3 ./lab06-eval.py $buildNumber" + sh "python3 ./lab06-eval.py ${buildNumber}" sh 'python3 "./lab06-plot.py"' sh 'python3 "./lab07_sacred01.py"' sh 'python3 "./lab07_sacred02.py"'