From aa5bcc74cbab3760c4c7e76e5b60302e2081b004 Mon Sep 17 00:00:00 2001 From: Dawid Date: Sun, 23 May 2021 18:52:57 +0200 Subject: [PATCH] added URI --- Jenkinsfile_mlflow_coop | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_mlflow_coop b/Jenkinsfile_mlflow_coop index 83cac2d..38533ec 100644 --- a/Jenkinsfile_mlflow_coop +++ b/Jenkinsfile_mlflow_coop @@ -10,6 +10,7 @@ pipeline { stages { stage('training') { steps { + sh 'export MLFLOW_TRACKING_URI=http://172.17.0.1:5000' sh 'chmod +x pred_from_mlflow_model.py' sh 'python3 pred_from_mlflow_model.py' }