fix jenkinsfile training selector

This commit is contained in:
jakubknczny 2021-05-15 18:02:19 +02:00
parent 96b030fdb5
commit 507b825e8a

View File

@ -25,7 +25,7 @@ pipeline {
stages { stages {
stage('copyArtifacts') { stage('copyArtifacts') {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's434684-create-dataset', selector: buildParameter('BUILD_SELECTOR') copyArtifacts fingerprintArtifacts: true, projectName: 's470607-create-dataset', selector: buildParameter('BUILD_SELECTOR')
} }
} }
stage('ls') { stage('ls') {