From 8e853f42dcd05f226e6f42086c9778fc3c9adcbf Mon Sep 17 00:00:00 2001 From: s434732 Date: Sat, 15 May 2021 17:31:53 +0200 Subject: [PATCH] Scared --- Jenkinsfile_evaluation | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 0359a2a..6a562af 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -25,6 +25,7 @@ pipeline { copyArtifacts fingerprintArtifacts: true, projectName: 's434732-training/master', selector: buildParameter('WHICH_BUILD_TRAIN') sh 'python3 "./evaluation.py" >> result.txt' sh 'python3 "./mongoObserver.py"' + sh 'python3 "./fileObserver.py"' } } stage('archiveArtifacts') {