git clone

This commit is contained in:
szymonj98 2022-03-21 22:21:30 +01:00
parent c7474eb231
commit 73aee06cfc

2
Jenkinsfile vendored
View File

@ -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: "./download_dataset.sh"
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} ./download_dataset.sh"
}
}
}