This commit is contained in:
szymonj98 2022-03-23 19:34:45 +01:00
parent f17d07bba8
commit f0c7147707

1
Jenkinsfile vendored
View File

@ -24,6 +24,7 @@ pipeline {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s444386/ium_444386']]])
sh "chmod u+x ./dataset_download.sh"
sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} ./dataset_download.sh"
archiveArtifacts 'data.txt'
}
}
}