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') {