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

This commit is contained in:
Adam Wojdyla 2022-05-02 00:50:02 +02:00
parent d61b19dd4a
commit f97f59220f

View File

@ -10,7 +10,7 @@ pipeline {
stages {
stage('Get arifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's444507-evaluation/master', elector: buildParameter('BUILD_SELECTOR'), optional: true
copyArtifacts fingerprintArtifacts: true, projectName: '444507-evaluation/master', elector: 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')
}