.
This commit is contained in:
parent
3b4a67a24e
commit
a8bf0c7378
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -27,6 +27,7 @@ pipeline {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_KEY'
|
||||
sh 'kaggle datasets download -d szamil/who-suicide-statistics'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user