This commit is contained in:
Dominik Strzako 2021-05-24 01:19:24 +02:00
parent f51ca4fec2
commit 829236b40e

View File

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