change dataset since i use another one

This commit is contained in:
mikaleta 2023-04-20 19:56:18 +02:00
parent e6587e09d2
commit cd93aaa75e

View File

@ -39,7 +39,7 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'kaggle datasets download -d dansbecker/powerlifting-database'
sh 'unzip video-game-sales-with-ratings.zip -d ./ium_z486867'
sh 'unzip powerlifting-database.zip -d ./ium_z486867'
}
}
}