From 31764a405a00e43140d5709d40cd1c544fad3f2c Mon Sep 17 00:00:00 2001 From: Witold Woch Date: Tue, 28 Mar 2023 22:32:18 +0200 Subject: [PATCH] Zaktualizuj 'Jenkinsfile' --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 46db0bc..04b27fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,9 +40,10 @@ stage('Build') { // Run the maven build withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { + sh 'kaggle datasets download -d sadiqshah/bike-sales-in-europe' sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' - sh 'chmod u+x ./Downlaods_sales.sh' - sh './Downlaods_sales.sh' + sh 'chmod u+x ./Downloads_sales.sh' + sh './Downloads_sales.sh' } } } \ No newline at end of file