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 steps
{ {
catchError { catchError {
sh 'cd tmp' sh 'rm -r tmp'
sh 'ls' sh 'mkdir -p tmp/mlruns'
sh 'pwd'
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}'
} }