fix Jenkinsfile_eval
This commit is contained in:
parent
ed2c2489c2
commit
baf9235926
@ -17,7 +17,7 @@ pipeline {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s464962-create-dataset'
|
||||
copyArtifacts filter: '*', projectName: 's464962-training/main'
|
||||
copyArtifacts filter: '*', projectName: 's464962-evaluation.eg', optional: true
|
||||
copyArtifacts filter: '*', projectName: 's464962-evaluation.eg/main', optional: true
|
||||
}
|
||||
}
|
||||
stage('Predict') {
|
||||
|
Loading…
Reference in New Issue
Block a user