Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Dudziak 2023-04-04 21:58:34 +02:00
parent f05b311ca4
commit 066cf05d69

4
Jenkinsfile vendored
View File

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