mlflow attempt task 2
This commit is contained in:
parent
a802d642f5
commit
b4fbffb914
@ -31,8 +31,8 @@ pipeline {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
|
||||
sh 'python3 ./nn_train_mlflow.py'
|
||||
archiveArtifacts artifacts: 'mlruns/**'
|
||||
|
||||
|
||||
sh 'rm -r mlruns'
|
||||
sh 'rm -r my_model_mlflow'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user