From b097bdd620ebf9fcbc6f81239c99fb296434bae2 Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Mon, 15 May 2023 03:54:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- training.jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training.jenkinsfile b/training.jenkinsfile index fe78894..4eca0f0 100644 --- a/training.jenkinsfile +++ b/training.jenkinsfile @@ -32,7 +32,7 @@ node { flatten: true, target: 'src/' - sh 'cd src; python tf_train_sacred.py with epochs=$EPOCHS' + sh "cd src; python tf_train_sacred.py with epochs=${params.EPOCHS}" archiveArtifacts artifacts: 'src/model.keras,src/experiments/**/*', followSymlinks: false } }