This commit is contained in:
Dominik Strzako 2021-05-23 19:22:08 +02:00
parent d8a2e8c20c
commit 6757e5b025

View File

@ -31,7 +31,7 @@ pipeline {
steps
{
catchError {
sh 'rm my_model'
sh 'rm -r my_model'
sh 'python3.8 Zadanie_08_and_09_MLflow.py ${BATCH_SIZE} ${EPOCHS}'
}
}