learning test cd
This commit is contained in:
parent
89cb44bbb6
commit
c64c08e255
1
learning/Jenkinsfile
vendored
1
learning/Jenkinsfile
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user