Update 'Jenkinsfile'

This commit is contained in:
Mikołaj Perz 2023-04-19 22:20:35 +02:00
parent 90f941d6a6
commit 7fa7109eee

4
Jenkinsfile vendored
View File

@ -41,8 +41,8 @@ pipeline {
// Run the maven build
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'export KAGGLE_USERNAME=${params.KAGGLE_USERNAME'
sh 'export KAGGLE_KEY=${params.KAGGLE_KEY'
sh 'export KAGGLE_USERNAME=${params.KAGGLE_USERNAME}'
sh 'export KAGGLE_KEY=${params.KAGGLE_KEY}'
// sh 'kaggle datasets download -d gpreda/covid-world-vaccination-progress.zip'
// sh 'unzip covid-world-vaccination-progress.zip.zip -d ./ium_z360792'