This commit is contained in:
Dominik Strzako 2021-05-14 20:34:00 +02:00
parent babd563982
commit 2bf8569780

View File

@ -13,7 +13,7 @@ pipeline {
{ {
steps steps
{ {
copyArtifacts(fingerprintArtifacts: true, projectName: 's434788-training', selector: buildParameter('WHICH_BUILD')) copyArtifacts(fingerprintArtifacts: true, projectName: 's434788-create-dataset', selector: buildParameter('WHICH_BUILD'))
} }
} }
} }