From 664328be5b640a07885dc03b4342e71ec8f0cedc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zar=C4=99ba?= Date: Thu, 27 May 2021 14:34:31 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile_predict_coop' --- Jenkinsfile_predict_coop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile_predict_coop b/Jenkinsfile_predict_coop index ba11799..9f6fcfd 100644 --- a/Jenkinsfile_predict_coop +++ b/Jenkinsfile_predict_coop @@ -9,8 +9,9 @@ pipeline { stages { stage('Predict from MLFlow registry') { steps { - sh "python3 lab_09_predict_coop.py" sh "ls -al" + sh "python3 lab_09_predict_coop.py" + } } }} \ No newline at end of file