Update 'Jenkinsfile_dataset_stats'

This commit is contained in:
Mikołaj Perz 2023-04-20 18:03:52 +02:00
parent f0b7236f96
commit 5012912e85

View File

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