Update 'Jenkinsfile-stats'

This commit is contained in:
Wojciech Mikołajski 2023-04-18 19:40:57 +02:00
parent 394681aea9
commit c48c77fe87

View File

@ -13,6 +13,6 @@ stage('Preparation') {
checkout scm
}
stage('Copy Artifacts') {
copyArtifacts fingerprintArtifacts: true, projectName: 's487182-create-dataset', selector: buildParameter('BUILD_SELECTOR')
}
}