update Jenkinsfile
This commit is contained in:
parent
95b04e5e59
commit
f8465e74bb
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user