added script before adding var
This commit is contained in:
parent
88950624a5
commit
677a535082
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user