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"' } } }