Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Dudziak 2023-05-05 17:21:54 +02:00
parent baa9b25a18
commit 56c2dd7662

2
Jenkinsfile vendored
View File

@ -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