From a554bd02e0b5f1e1db3cca840114f031ee37fe9d Mon Sep 17 00:00:00 2001 From: s430705 Date: Thu, 13 May 2021 11:25:35 +0200 Subject: [PATCH] Add plot for evaluation, add parameters to jenkins and fix mail sending --- Jenkinsfile_evaluation | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index d8492cc..05a2eac 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -31,7 +31,8 @@ pipeline { } stage('Evaluation') { steps{ - sh 'python3 "./lab06-eval.py ${env.BUILD_ID}"' + build = ${env.BUILD_ID} + sh 'python3 "./lab06-eval.py build"' sh 'python3 "./lab06-plot.py"' sh 'python3 "./lab07_sacred01.py"' sh 'python3 "./lab07_sacred02.py"'