From 56c2dd76624255df412c3b0dd9c487b76d063d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudziak?= Date: Fri, 5 May 2023 17:21:54 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c878c3..c615046 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ node { } stage('Cut data') { withEnv(["CUTOFF=${params.CUTOFF}"]) { - sh '''git clone https://git.wmi.amu.edu.pl/s452662/zbior_ium.git + sh ''' cd zbior_ium wc -l Car_Prices_Poland_Kaggle.csv head -n 11793 Car_Prices_Poland_Kaggle.csv > cars_test.csv