diff --git a/Jenkinsfile_predict_r b/Jenkinsfile_predict_r index 3c708d3..d75e5f2 100644 --- a/Jenkinsfile_predict_r +++ b/Jenkinsfile_predict_r @@ -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}' }