From b5f78f6ada88fb946fb672e786e2d8ff747ed84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sat, 7 May 2022 15:34:55 +0200 Subject: [PATCH] Homework sacred --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 50aa8bf..b3612a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { withEnv(["EPOCH=${params.EPOCH}"]) { copyArtifacts filter: '*', projectName: 's444463-create-dataset' sh 'python3 ./deepl.py with "epochs=$EPOCH"' - mv 'my_runs/_sources/deepl_* source.py' + sh 'mv my_runs/_sources/deepl_* source.py' archiveArtifacts artifacts: "model, source.py" build job: "s444463-evaluation/master" }