From d712f5d8c55ff35599efa1ee8efb3cbb1f856fef Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Tue, 2 Apr 2024 21:39:11 +0200 Subject: [PATCH] try --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 442b03f..7a4675e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,8 @@ pipeline { steps { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { - sh 'python data_processing.py' + sh 'chmod 777 ./data_processing.py' + sh "python ./data_processing.py ${params.CUTOFF}" } } }