update Jenkinsfile
This commit is contained in:
parent
f8465e74bb
commit
ee709e639c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ node {
|
|||||||
wc -l Car_Prices_Poland_Kaggle.csv
|
wc -l Car_Prices_Poland_Kaggle.csv
|
||||||
head -n 11793 Car_Prices_Poland_Kaggle.csv > cars_test.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 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') {
|
stage('Save data into artifacts') {
|
||||||
archiveArtifacts artifacts: '*.csv', followSymlinks: false
|
archiveArtifacts artifacts: '*.csv', followSymlinks: false
|
||||||
|
Loading…
Reference in New Issue
Block a user