Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 20:56:17 +02:00
parent ace8739e4e
commit 0fb8665763

2
Jenkinsfile vendored
View File

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