This commit is contained in:
Dominik Strzako 2021-05-24 01:13:47 +02:00
parent f6351c1e42
commit 08c3c752e3

View File

@ -22,6 +22,7 @@ pipeline {
{ {
catchError { catchError {
sh 'cd ..' sh 'cd ..'
sh 'ls'
sh 'cd tmp' sh 'cd tmp'
sh 'mkdir mlruns' sh 'mkdir mlruns'
sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}' sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}'