Copy test sets
This commit is contained in:
parent
4743f4669c
commit
1b13b9842d
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user