Zaktualizuj 'Jenkinsfile_evaluation'
Some checks failed
s430705-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Michał Zaręba 2021-05-10 21:19:26 +02:00
parent 0a739d9dd2
commit 8a4374d052

View File

@ -24,6 +24,7 @@ pipeline {
steps{ steps{
copyArtifacts fingerprintArtifacts: true, projectName: 's430705-training/master', selector: buildParameter('WHICH_BUILD_TRAIN') copyArtifacts fingerprintArtifacts: true, projectName: 's430705-training/master', selector: buildParameter('WHICH_BUILD_TRAIN')
sh 'python3 "./lab06-eval.py" >> eval.txt' sh 'python3 "./lab06-eval.py" >> eval.txt'
sh 'python3 "./lab07_sacred.py"'
} }
} }
stage('archiveArtifacts') { stage('archiveArtifacts') {