Update 'Jenkinsfile'
This commit is contained in:
parent
20877028b0
commit
d9bf151e1b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user