diff --git a/Jenkinsfile b/Jenkinsfile index 355d584..69b4a9f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,8 +35,8 @@ pipeline { steps { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { - sh 'chmod 777 ./data_processing.py' - sh 'python ./data_processing.py' + sh 'chmod 777 data_processing.py' + sh 'python data_processing.py' } } }