diff --git a/Jenkinsfile b/Jenkinsfile index 0b3c3a2..edaaad8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,6 +28,7 @@ pipeline { stage('Shell Script') { steps { + sh 'chmod u+x download.sh' withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}","KAGGLE_KEY=${params.KAGGLE_KEY}"]) { sh './download.sh' }