mlflow attempt task 2

This commit is contained in:
Kamila 2022-05-15 11:26:43 +02:00
parent a802d642f5
commit b4fbffb914
1 changed files with 2 additions and 2 deletions

View File

@ -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'
}