This commit is contained in:
Maciej 2021-03-29 00:14:04 +02:00
parent abb094b4aa
commit 4dfb8e167d

4
Jenkinsfile vendored
View File

@ -19,8 +19,8 @@ pipeline {
}
stage('sh: Shell Script') {
steps {
withEnv(['KAGGLE_USERNAME=${params.username}',
'KAGGLE_KEY=${params.key}' ]) {
withEnv(["KAGGLE_USERNAME=${params.username}",
"KAGGLE_KEY=${params.key}" ]) {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh 'kaggle datasets download -d szamil/who-suicide-statistics'