update Jenkinsfile

This commit is contained in:
Michał Dudziak 2023-03-23 12:07:44 +01:00
parent f8465e74bb
commit ee709e639c

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