diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index e250e32..e9d7ddb 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -41,6 +41,7 @@ pipeline { 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' + sh 'ls -a' } } }