diff --git a/Jenkinsfile_train b/Jenkinsfile_train index 69724b6..c760f9b 100644 --- a/Jenkinsfile_train +++ b/Jenkinsfile_train @@ -38,7 +38,7 @@ pipeline { //sh 'chmod +x generate_MLmodel.py' //sh 'python3 ./generate_MLmodel.py' //sh 'mlflow ./train_mlflow.py' - sh 'mlflow run .' + sh 'mlflow run --experiment-name s426206 .' } } }