From c676e2863c85b34aa04f41b1c8fc29f3af6feb2c Mon Sep 17 00:00:00 2001 From: s424714 Date: Wed, 10 May 2023 17:05:15 +0200 Subject: [PATCH] fix: jenkinsfile --- Jenkinsfile-eval | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-eval b/Jenkinsfile-eval index 321cf65..db0d74b 100644 --- a/Jenkinsfile-eval +++ b/Jenkinsfile-eval @@ -67,7 +67,7 @@ node { { sh 'mkdir -p ./.cache' // sh "" - sh 'python ./src/main.py --test --build_id=$currentBuild.number ' + sh 'python ./src/main.py --test --build_id=1 ' sh 'python ./src/plot.py ' sh "cp ./results/*.csv ${WORKSPACE}" sh "cp ./results/*.png ${WORKSPACE}"