From 5ad7b110c5751d046801ac5116eb99149b0c43c5 Mon Sep 17 00:00:00 2001 From: AdamOsiowy123 Date: Sun, 3 Apr 2022 23:29:47 +0200 Subject: [PATCH] fix sh command --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index eadb6e9..3cda848 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,8 +30,7 @@ node { "KAGGLE_KEY=${params.KAGGLE_KEY}","CUTOFF=${params.CUTOFF}"]) { sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' sh 'ls' - sh "chmod u+x ./lab2_data.py" - sh "./lab2_data.py" + sh "python3 lab2_data.py" } } stage('Archive artifacts') {