test parameters

This commit is contained in:
Mikołaj Pokrywka 2022-05-06 23:50:15 +02:00
parent b7257c9c78
commit e615b93b9b

View File

@ -19,7 +19,7 @@ pipeline {
stage('Copy artifacts') {
steps {
copyArtifacts filter: '*', projectName: 's444463-evaluation/master', optional: true
copyArtifacts fingerprintArtifacts: true, projectName: 's444463-traning/$BRANCH', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts fingerprintArtifacts: true, projectName: 's444463-training/$BRANCH', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts filter: '*', projectName: 's444463-create-dataset'
}
}