From 77229341fadccc56969a471f21123b03a8d3b32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wa=C5=82=C4=99sa?= Date: Sun, 15 May 2022 13:22:05 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile-train-mlflow' --- Jenkinsfile-train-mlflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-train-mlflow b/Jenkinsfile-train-mlflow index 2e9a918..aaa64fe 100644 --- a/Jenkinsfile-train-mlflow +++ b/Jenkinsfile-train-mlflow @@ -16,7 +16,7 @@ pipeline { stage('MLflow-stage'){ steps { copyArtifacts filter: '*', projectName: 's478839-create-dataset' - sh 'python3 ml_pytroch_mlflow.py with "epochs=$EPOCHS"' + sh 'python3 ml_pytorch_mlflow.py with "epochs=$EPOCHS"' } } }