ggegreerg

This commit is contained in:
Dominik Strzako 2021-05-24 01:23:21 +02:00
parent 5caa2501a0
commit 575d1568cf

View File

@ -21,10 +21,8 @@ pipeline {
steps
{
catchError {
sh 'cd tmp'
sh 'ls'
sh 'pwd'
sh 'mkdir mlruns'
sh 'rm -r tmp'
sh 'mkdir -p tmp/mlruns'
sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}'
}