From b39af82296b669cf7938bc25e4f3b355157d6c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ga=C5=82ka?= Date: Wed, 19 Apr 2023 16:09:03 +0200 Subject: [PATCH] Update 'Jenkinsfile_create_dataset' --- Jenkinsfile_create_dataset | 1 + 1 file changed, 1 insertion(+) 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' } } }