Zaktualizuj 'Jenkinsfile-stats'

This commit is contained in:
Sebastian Wałęsa 2022-03-27 22:51:43 +02:00
parent 2bb43ffde1
commit 031c3ec21b

View File

@ -14,7 +14,7 @@ pipeline {
} }
stage('Copy Artifacts') { stage('Copy Artifacts') {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's478839-create-dataset', selector: buildParameter('BUILD_SELECTOR') copyArtifacts fingerprintArtifacts: true, projectName: 's478839-create-dataset', selector: lastSuccessful()
} }
} }
stage('Shell Script') { stage('Shell Script') {