added URI

This commit is contained in:
Dawid 2021-05-23 18:52:57 +02:00
parent 3e34456d79
commit aa5bcc74cb

View File

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