diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index e9d7ddb..933a1c6 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -42,6 +42,7 @@ pipeline { //unzip zipFile: 'video-game-sales-with-ratings.zip', dir: './ium_z434686' sh 'rm video-game-sales-with-ratings.zip' sh 'ls -a' + sh 'ls -a ./ium_z434686' } } }