diff --git a/learning/Jenkinsfile b/learning/Jenkinsfile index ebdc731..50d6010 100644 --- a/learning/Jenkinsfile +++ b/learning/Jenkinsfile @@ -21,6 +21,7 @@ pipeline { stage('learning') { steps { sh 'python ./learning/ml.py' + sh "python ./learning/ml-mlflow.py" sh "export MLFLOW_TRACKING_URI=http://172.17.0.1:5000" sh "python ./learning/ml-mlflow.py" sh "ls -l"