This commit is contained in:
piotrwrzodak 2023-04-20 22:03:43 +02:00
parent 4cf096c14a
commit 812c17e8b6

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ 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 'python create-dataset.py'
sh 'ls -a'
sh 'ls -a ./ium_z444510'
}