From e94a14e8e77e9fb934c01cbcc93d99c2c4267961 Mon Sep 17 00:00:00 2001 From: s434766 Date: Mon, 10 May 2021 11:34:52 +0200 Subject: [PATCH] s12 --- pytorch-training-eval/Jenkinsfile-eval | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch-training-eval/Jenkinsfile-eval b/pytorch-training-eval/Jenkinsfile-eval index 38203da..7a9b197 100644 --- a/pytorch-training-eval/Jenkinsfile-eval +++ b/pytorch-training-eval/Jenkinsfile-eval @@ -22,7 +22,7 @@ pipeline { } stage('Docker'){ steps{ - copyArtifacts fingerprintArtifacts: true, projectName: 's434766-training', selector: buildParameter('WHICH_BUILD_TRAIN') + copyArtifacts fingerprintArtifacts: true, projectName: 's434766-training/master', selector: buildParameter('WHICH_BUILD_TRAIN') sh 'python3 "./stroke-pytorch-eval.py" >> eval.txt' } }