From 60bace355d60ba7fe2d6d315e7878e53a79d6391 Mon Sep 17 00:00:00 2001 From: s430705 Date: Thu, 13 May 2021 11:06:09 +0200 Subject: [PATCH] Add plot for evaluation, add parameters to jenkins and fix mail sending --- Jenkinsfile_evaluation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index fb7ccf9..b1d5a06 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -29,7 +29,7 @@ pipeline { copyArtifacts optional: true, fingerprintArtifacts: true, projectName: 's430705-evaluation/master', selector: buildParameter('WHICH_BUILD_EVAL') } } - stage('Evaluation){ + stage('Evaluation') { steps{ sh 'python3 "./lab06-eval.py ${WHICH_BUILD_TRAIN}"' sh 'python3 "./lab06-plot.py"'