.
Some checks failed
s434784-evaluation/pipeline/head There was a failure building this commit
s434784-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Sobkowiak 2021-05-16 21:54:48 +02:00
parent a5856b5302
commit 3f38290d0b

View File

@ -17,7 +17,7 @@ pipeline {
stage('copy-artifacts') {
steps {
copyArtifacts fingerprintArtifacts: true, projectName: 's434784-create-dataset', selector: buildParameter('BUILD_SELECTOR')
copyArtifacts(fingerprintArtifacts: true, projectName: 's434784-training', selector: buildParameter('BUILD_SELECTOR_MODEL'))
copyArtifacts(fingerprintArtifacts: true, projectName: 's434784-training/${BRANCH}', selector: buildParameter('BUILD_SELECTOR_MODEL'))
}
}