From 7d1f6d9b3c12c81960e3a3ba22700e994476c090 Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Tue, 2 Apr 2024 21:30:51 +0200 Subject: [PATCH] try --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } } }