From f650cc1081cd470534c98e79bcd2aea058909609 Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Tue, 2 Apr 2024 23:08:55 +0200 Subject: [PATCH] try --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 74c9c74..9e96ebe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { - sh 'kaggle datasets download muhammadbinimran/housing-price-prediction-data --unzip' + sh "kaggle datasets download muhammadbinimran/housing-price-prediction-data --unzip" sh 'chmod 777 ./data_processing.py' sh "python3 ./data_processing.py ${params.CUTOFF}" }