test parameters

This commit is contained in:
Mikołaj Pokrywka 2022-05-06 23:47:39 +02:00
parent dbc315fb26
commit b7257c9c78

View File

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