added script before adding var

This commit is contained in:
Dawid 2021-05-23 17:51:10 +02:00
parent 88950624a5
commit 677a535082

View File

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