diff --git a/Jenkinsfile b/Jenkinsfile index 82f4c17..15807bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,6 +20,7 @@ pipeline { stages { stage('Stage 1') { steps { + sh 'chmod u+x ./download_dataset.sh ./process_dataset.py' echo 'Downloading dataset...' sh './download_dataset.sh' echo 'Dataset downloaded'