From 677a53508201dfce53bb30f576bb4308b4f67bdd Mon Sep 17 00:00:00 2001 From: Dawid Date: Sun, 23 May 2021 17:51:10 +0200 Subject: [PATCH] added script before adding var --- Jenkisfile_train | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkisfile_train b/Jenkisfile_train index 2b3ccfe..5c43511 100644 --- a/Jenkisfile_train +++ b/Jenkisfile_train @@ -18,8 +18,9 @@ pipeline { sh 'chmod +x tensor.py' sh 'python3 tensor.py' sh 'rm -rf country_vaccination' - sh "export MLFLOW_TRACKING_URI=http://172.17.0.1:5000" sh 'chmod +x mlflow_model.py' + sh 'python3 mlflow_model.py' + sh "export MLFLOW_TRACKING_URI=http://172.17.0.1:5000" sh 'python3 mlflow_model.py' } }