update Jenkinsfile
This commit is contained in:
parent
31ffbd656c
commit
7897df0da6
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -27,9 +27,13 @@ pipeline {
|
||||
sh 'kaggle datasets download -d thedevastator/airbnb-prices-in-european-cities'
|
||||
sh 'unzip airbnb-prices-in-european-cities.zip -d ./ium_z444510'
|
||||
sh 'rm airbnb-prices-in-european-cities.zip'
|
||||
sh 'python ium_z444510/create-dataset.py'
|
||||
sh 'ls -a'
|
||||
sh 'ls -a ./ium_z444510'
|
||||
}
|
||||
archiveArtifacts 'train.csv'
|
||||
archiveArtifacts 'dev.csv'
|
||||
archiveArtifacts 'test.csv'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user