Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 15:54:25 +02:00
parent 669f1afef7
commit 612da5c0dd

View File

@ -42,7 +42,7 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings'
sh 'unzip ./ium_z434686/video-game-sales-with-ratings.zip'
sh 'unzip video-game-sales-with-ratings.zip -d ./ium_z434686/'
sh 'rm video-game-sales-with-ratings.zip'
}
}