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 {
sh 'cd ..'
sh 'ls'
sh 'cd tmp'
sh 'mkdir mlruns'
sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}'