From 066cf05d692fe0dcdb0775f6f4513572cc334759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Tue, 4 Apr 2023 21:58:34 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile' --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3094ef8..bd66d1e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,8 +37,8 @@ node { } stage('Cut data') { withEnv(["CUTOFF=${params.CUTOFF}"]) { - sh '''kaggle datasets download -d aleksandrglotov/car-prices-poland - unzip -o car-prices-poland.zip + sh '''git clone https://git.wmi.amu.edu.pl/s452662/zbior_ium.git + cd zbior_ium wc -l Car_Prices_Poland_Kaggle.csv head -n 11793 Car_Prices_Poland_Kaggle.csv > cars_test.csv head -n 23586 Car_Prices_Poland_Kaggle.csv | tail -11793 > cars_dev.csv