This commit is contained in:
Dominik Strzako 2021-05-24 01:11:36 +02:00
parent aa78c08876
commit f6351c1e42

View File

@ -21,6 +21,9 @@ pipeline {
steps
{
catchError {
sh 'cd ..'
sh 'cd tmp'
sh 'mkdir mlruns'
sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}'
}
}