Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 22:19:12 +02:00
parent 6eb3d13294
commit 5bb4ba4295

View File

@ -44,10 +44,10 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings'
sh 'ls -a | tee ls.txt'
sh 'unzip video-game-sales-with-ratings.zip -d data'
sh 'rm video-game-sales-with-ratings.zip'
sh 'ls -a data/ | tee dataset.csv'
sh 'ls -a | tee ls.txt'
}
}
}