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 {
stage('copyArtifacts') {
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') {