This commit is contained in:
Jakub Henyk 2023-03-28 13:42:21 +02:00
parent 6d14887ff7
commit bc727c8ef3

View File

@ -11,7 +11,7 @@ pipeline {
stages { stages {
stage('Load Artifact') { stage('Load Artifact') {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's452627-create-dataset', selector: buildParameter('BUILD_SELECTOR') copyArtifacts fingerprintArtifacts: true, projectName: 's452627-create-dataset', selector: buildParameter("BUILD_SELECTOR")
} }
} }
stage('Run Script') { stage('Run Script') {