diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index 8651a1c..30f98d8 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -24,6 +24,7 @@ pipeline { steps{ copyArtifacts fingerprintArtifacts: true, projectName: 's430705-training/master', selector: buildParameter('WHICH_BUILD_TRAIN') sh 'python3 "./lab06-eval.py" >> eval.txt' + sh 'python3 "./lab07_sacred.py"' } } stage('archiveArtifacts') {