From aa34f59acbf96d16a6668eb87069eda812c63fe4 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sat, 7 May 2022 02:57:34 +0200 Subject: [PATCH] 444354 not 44354 --- Jenkinsfile3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile3 b/Jenkinsfile3 index 3588551..f47bed0 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -15,7 +15,7 @@ pipeline { stages { stage('Copy') { steps { - copyArtifacts projectName: 's44354-create-dataset' + copyArtifacts projectName: 's444354-create-dataset' sh 'ls -la' sh 'echo $EPOCH_NUMBER' sh 'python3 ./pytorch/pytorch.py $EPOCH_NUMBER'