From af4503ca212d0a71be80b2230b13e02091698e35 Mon Sep 17 00:00:00 2001 From: s444417 Date: Sun, 10 Apr 2022 20:17:36 +0200 Subject: [PATCH] jenkins permissions test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 406efe3..28199ca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { stage("Shell Scripts") { steps { // sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh" - // sh 'python3 ./src/task1python.py' + sh './startscript1.sh' archiveArtifacts 'data.txt' } }