diff --git a/Jenkinsfile b/Jenkinsfile index 784a43d..ddd1349 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Run shell script') { steps { script { - sh './data_processing.sh' + sh 'data_processing.sh' } } post {