Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-11 19:30:26 +02:00
parent 5bcaa5edb6
commit d7c3dc4295

View File

@ -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 {