diff --git a/Jenkinsfile b/Jenkinsfile index 5f7bad7..4fb3a05 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } }