This commit is contained in:
Dominik Strzako 2021-05-15 15:06:41 +02:00
parent 58887cac1e
commit c94d5f815e

View File

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