fix project name

This commit is contained in:
Alicja Szulecka 2024-03-26 20:14:20 +01:00
parent 55469ae5b2
commit a52a754d7c

2
stats/Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stages { stages {
stage('Copy Artifacts') { stage('Copy Artifacts') {
steps { 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') { stage('Build') {