This commit is contained in:
Maciej 2021-03-28 23:24:08 +02:00
parent 147adbd6ed
commit 3b4a67a24e

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh 'kaggle datasets list'
sh 'kaggle datasets download -d szamil/who-suicide-statistics'
}
}
}