This commit is contained in:
Maciej 2021-03-29 00:18:04 +02:00
parent 4dfb8e167d
commit 214c555f99

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'