Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 16:09:03 +02:00
parent 455b13de7b
commit b39af82296

View File

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