Czy to jest legalne?

This commit is contained in:
Dominik Strzako 2021-05-27 12:32:37 +02:00
parent 17f2fdab3a
commit 2244eb2ff6

View File

@ -18,7 +18,7 @@ pipeline {
{ {
steps steps
{ {
copyArtifacts(fingerprintArtifacts: true, projectName: 's434695-training/train', selector: buildParameter('WHICH_BUILD')) copyArtifacts(fingerprintArtifacts: true, projectName: 's434788-training/mlflow', selector: buildParameter('WHICH_BUILD'))
} }
} }
stage('predict') stage('predict')