Copy test sets

This commit is contained in:
Agata 2022-04-29 21:11:53 +02:00
parent 4743f4669c
commit 1b13b9842d

View File

@ -17,6 +17,7 @@ pipeline {
} }
stage('Script') { stage('Script') {
steps { steps {
copyArtifacts filter: '*', projectName:'s444421-create-dataset', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts filter: '*', projectName:'s444421-training/training_and_evaluation', selector: buildParameter('BUILD_SELECTOR') copyArtifacts filter: '*', projectName:'s444421-training/training_and_evaluation', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts filter: '*', projectName:'s444421-evaluation/training_and_evaluation', optional: true copyArtifacts filter: '*', projectName:'s444421-evaluation/training_and_evaluation', optional: true
sh 'ipython ./evaluation.py' sh 'ipython ./evaluation.py'