From 08c3c752e3e5581a357b3d4f7774179213cfe2ef Mon Sep 17 00:00:00 2001 From: Dominik Strzako Date: Mon, 24 May 2021 01:13:47 +0200 Subject: [PATCH] ls --- Jenkinsfile_predict_r | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile_predict_r b/Jenkinsfile_predict_r index e0f9375..32c4bf1 100644 --- a/Jenkinsfile_predict_r +++ b/Jenkinsfile_predict_r @@ -22,6 +22,7 @@ pipeline { { catchError { sh 'cd ..' + sh 'ls' sh 'cd tmp' sh 'mkdir mlruns' sh 'python3.8 Zadanie_09_MLflow_Predict_Registry.py ${BATCH_SIZE} ${EPOCHS}'