diff --git a/Jenkinsfile b/Jenkinsfile index 2b8f21b..58894aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { stage('Shell') { steps { sh 'chmod 777 ./data_processing.sh' - sh './data_processing.sh ${params.CUTOFF}' + sh "./data_processing.sh ${params.CUTOFF}" } } stage('Artifacts') {