Update 'Multibranch-Evaluation'
This commit is contained in:
parent
5bcaa5edb6
commit
d7c3dc4295
@ -29,6 +29,11 @@ pipeline {
|
||||
copyArtifacts(projectName: 'z-s434686-evaluation/master', fingerprintArtifacts: true, optional: true)
|
||||
}
|
||||
}
|
||||
stage('copy_artifacts_test_data') {
|
||||
steps {
|
||||
copyArtifacts(projectName: 'z-s434686-create-dataset', filter: 'X_test.csv,Y_test.csv', fingerprintArtifacts: true)
|
||||
}
|
||||
}
|
||||
stage('Docker') {
|
||||
agent {
|
||||
dockerfile {
|
||||
|
Loading…
Reference in New Issue
Block a user