update Jenkinsfile

This commit is contained in:
Michał Dudziak 2023-03-23 12:06:18 +01:00
parent 95b04e5e59
commit f8465e74bb

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ node {
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
tail -n 1037740 Car_Prices_Poland_Kaggle.csv > cars_train.csv'''
head -n 117926 Car_Prices_Poland_Kaggle.csv | tail -23586 > cars_train.csv'''
}
stage('Save data into artifacts') {
archiveArtifacts artifacts: '*.csv', followSymlinks: false