diff --git a/Jenkinsfile_predict_r b/Jenkinsfile_predict_r index f50316b..11530ee 100644 --- a/Jenkinsfile_predict_r +++ b/Jenkinsfile_predict_r @@ -26,9 +26,6 @@ pipeline { steps { catchError { - sh 'rm -r tmp' - sh 'mkdir -p tmp/mlruns' - sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}' } }