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