Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
1a9a448955
commit
cebda048c0
@ -42,7 +42,7 @@ pipeline {
|
|||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings'
|
sh 'kaggle datasets download -d rush4ratio/video-game-sales-with-ratings'
|
||||||
sh 'unzip video-game-sales-with-ratings.zip -d /ium_z434686'
|
sh 'unzip video-game-sales-with-ratings.zip -d ./ium_z434686'
|
||||||
sh 'rm video-game-sales-with-ratings.zip'
|
sh 'rm video-game-sales-with-ratings.zip'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user