change copy artifacts

This commit is contained in:
Karol Cyganik 2024-04-03 09:07:50 +02:00
parent a9144adc4a
commit 4efd73f7fd

View File

@ -33,7 +33,7 @@ pipeline {
stage('Copy Artifacts') { stage('Copy Artifacts') {
steps { steps {
script { script {
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s495715-create-dataset', selector: buildParameter('BUILD_SELECTOR') copyArtifacts fingerprintArtifacts: true, projectName: 'z-s495715-create-dataset', selector: specific('16')
} }
} }
} }