Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Mikołaj Perz 2023-04-20 18:05:43 +02:00
parent 5012912e85
commit 2ad2b31df8

View File

@ -19,7 +19,7 @@ pipeline {
copyArtifacts(
fingerprintArtifacts: true,
projectName: 'z-s360792-create-dataset',
selector: workspace()
selector: buildParameter('BUILD_SELECTOR')
)
}
}