mlflow attempt task 2

This commit is contained in:
Kamila 2022-05-15 11:25:53 +02:00
parent b7cfaeb865
commit a802d642f5
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ pipeline {
"KAGGLE_KEY=${params.KAGGLE_KEY}"]) {
sh 'python3 ./nn_train_mlflow.py'
archiveArtifacts artifacts: 'mlruns/**'
sh 'rm -r mlruns'
sh 'rm -r my_model_mlflow'
}
}