learning test cd

This commit is contained in:
Filip Izydorczyk 2021-06-04 18:15:35 +02:00
parent 89cb44bbb6
commit c64c08e255

View File

@ -21,6 +21,7 @@ pipeline {
stage('learning') {
steps {
sh 'python ./learning/ml.py'
sh "python ./learning/ml-mlflow.py"
sh "export MLFLOW_TRACKING_URI=http://172.17.0.1:5000"
sh "python ./learning/ml-mlflow.py"
sh "ls -l"