change another repo name

This commit is contained in:
Dawid 2021-05-23 15:27:48 +02:00
parent 79a4989841
commit e7f7df3d17

View File

@ -10,7 +10,7 @@ pipeline {
stages { stages {
stage('copyArtifacts') { stage('copyArtifacts') {
steps { steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's434705-training/master', selector: buildParameter('BUILD_SELECTOR') copyArtifacts fingerprintArtifacts: true, projectName: 's434705-training', selector: buildParameter('BUILD_SELECTOR')
} }
} }
stage('training') { stage('training') {