rm my_model
This commit is contained in:
parent
6ef47ff7f3
commit
d8a2e8c20c
@ -31,6 +31,7 @@ pipeline {
|
||||
steps
|
||||
{
|
||||
catchError {
|
||||
sh 'rm my_model'
|
||||
sh 'python3.8 Zadanie_08_and_09_MLflow.py ${BATCH_SIZE} ${EPOCHS}'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user