From dd2a11750bc2f50012c383d5eb4ee3f89c0f6247 Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Mon, 21 Mar 2022 22:25:31 +0100 Subject: [PATCH] git clone --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 281babe..925149d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { steps { echo 'Hello world!!!' checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s444386/ium_444386']]]) - sh "chmod u+x ./download_dataset.sh" + sh "chmod u+x ./dataset_download.sh" sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} ./download_dataset.sh" } }