project name fix
Some checks failed
444507-training/pipeline/head This commit looks good
s444507-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Adam Wojdyla 2022-05-02 00:53:21 +02:00
parent 6527572519
commit ea307d57b9

View File

@ -10,7 +10,7 @@ pipeline {
stages {
stage('Get arifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: '444507-evaluation/master', selector: buildParameter('BUILD_SELECTOR'), optional: true
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-evaluation/master', selector: buildParameter('BUILD_SELECTOR'), optional: true
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-create-dataset', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-training/${BRANCH}', selector: buildParameter('BUILD_SELECTOR')
}