diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index 48b7789..d848b72 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -42,7 +42,8 @@ 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 video-game-sales-with-ratings.zip -d ./ium_z434686' + //sh 'unzip video-game-sales-with-ratings.zip -d ./ium_z434686' + unzip zipFile: 'video-game-sales-with-ratings.zip', dir: './ium_z434686' sh 'rm video-game-sales-with-ratings.zip' } }