Scared
All checks were successful
s434732-evaluation/pipeline/head This commit looks good
s434732-training/pipeline/head This commit looks good

This commit is contained in:
s434732 2021-05-15 17:31:53 +02:00
parent 2cc45064d3
commit 8e853f42dc

View File

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