Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 16:13:50 +02:00
parent b39af82296
commit 08ce149018

View File

@ -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'
}
}
}