Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-18 22:23:21 +02:00
parent 93ce1bbf43
commit b80b0016ce

View File

@ -46,7 +46,7 @@ pipeline {
sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings'
sh 'unzip video-game-sales-with-ratings.zip -d data'
sh 'rm video-game-sales-with-ratings.zip'
sh 'ls -a data/ | tee dataset.csv'
sh 'ls -a ./data/ | tee dataset.csv'
sh 'ls -a | tee ls.txt'
}
}