fix jenkinsfile-dataset-stats

This commit is contained in:
jakubknczny 2021-03-28 18:52:56 +02:00
parent f99f48cb83
commit f98c6f9504

View File

@ -9,7 +9,7 @@ pipeline {
stages { stages {
stage('copy artifacts') { stage('copy artifacts') {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's470607-create-dataset', selector: "{$params.BUILD_SELECTOR}" copyArtifacts fingerprintArtifacts: true, projectName: 's470607-create-dataset', selector: buildParameter('BUILD_SELECTOR')
} }
} }
stage('stats') { stage('stats') {