diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index c1b133a..ace4658 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stages { stage('Copy Artifacts') { steps { - copyArtifacts fingerprintArtifacts: true, projectName: 's464914-create-dataset', selector: buildParameter('BUILD_SELECTOR') + copyArtifacts fingerprintArtifacts: true, projectName: 'z-s464914-create-dataset', selector: buildParameter('BUILD_SELECTOR') } } stage('Build') {