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