From 2607470263da77fc3dfe7168fc52b685ff3e6b59 Mon Sep 17 00:00:00 2001 From: s444417 Date: Sun, 3 Apr 2022 12:52:49 +0200 Subject: [PATCH] py run fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cbab7cc..6e5c344 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { steps { sh "chmod u+x ./startscript1.sh" sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh" - sh 'python ./src/task1python.py' + sh 'python3 ./src/task1python.py' archiveArtifacts 'data.txt' } }