From b2b3ec453b131dc1b96248f2c1c0580d4d4aded1 Mon Sep 17 00:00:00 2001 From: s444417 Date: Wed, 6 Apr 2022 19:01:56 +0200 Subject: [PATCH] remove sh script --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ef8692b..879dc1f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,6 @@ pipeline { stage("Shell Scripts") { steps { // sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh" - sh './startscript1.sh' sh 'python3 ./src/task1python.py' archiveArtifacts 'data.txt' }