From 47d9776529caafd0f4362fc5f9e9001a5c36abf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Parafin=CC=81ski?= Date: Thu, 12 May 2022 00:09:52 +0200 Subject: [PATCH] no comment --- Jenkinsfile_train | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_train b/Jenkinsfile_train index 336bb24..607503d 100644 --- a/Jenkinsfile_train +++ b/Jenkinsfile_train @@ -20,7 +20,7 @@ pipeline { } stage('Train model with sacred') { steps { - sh 'python3 ./biblioteka_DL/dllib.py with "epochs=$EPOCHS"'' + sh 'python3 ./biblioteka_DL/dllib.py with "epochs=$EPOCHS"' archiveArtifacts artifacts: 'model.pkl, s444018_sacred_FileObserver/**/*.*, result.csv', followSymlinks: false } }