fixed Jenkinsfile-stats

This commit is contained in:
s464906 2024-03-26 22:09:35 +01:00
parent 4cacd1a13e
commit 6ded7390ef
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ pipeline {
stage('Copy artifacts') {
steps {
script {
copyArtifacts fingerprintArtifacts: true, projectName: 's464906-create-dataset', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s464906-create-dataset', selector: buildParameter('BUILD_SELECTOR')
}
}
}