From 9c1158235a8dd6e903a924a597062dcab359cb3f Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Tue, 2 Apr 2024 22:00:38 +0200 Subject: [PATCH] try --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 98a951f..1b2de93 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { sh 'chmod 777 ./data_processing.py' - sh "python ./data_processing.py ${params.CUTOFF}" + sh "python3 ./data_processing.py ${params.CUTOFF}" } } }