Update 'Jenkinsfile'

This commit is contained in:
Kacper Dudzic 2022-04-02 16:16:47 +02:00
parent 802e49a3dd
commit e795acb7b6

1
Jenkinsfile vendored
View File

@ -23,7 +23,6 @@ pipeline {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'chmod u+x ./download_dataset.sh ./process_dataset.py'
sh 'chmod ugo+rwx /root/.kaggle/'
echo 'Downloading dataset...'
sh './download_dataset.sh'
echo 'Dataset downloaded'