Update 'Jenkinsfile'

This commit is contained in:
Patryk Gałka 2023-04-18 19:39:46 +02:00
parent 20877028b0
commit d9bf151e1b

2
Jenkinsfile vendored
View File

@ -47,7 +47,7 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings'
sh 'ls-a | tee ls.txt'
sh 'ls -a | tee ls.txt'
}
}
}