From 976ce3dc4f957edcc14158b769156a5537eef1fe Mon Sep 17 00:00:00 2001 From: s444417 Date: Thu, 24 Mar 2022 21:35:15 +0100 Subject: [PATCH] num lines fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 52756c0..a7fa920 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { } stage("Shell Scripts") { steps { - sh "chmod u+x ./startscript.sh" + sh "chmod u+x ./startscript1.sh" sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh" archiveArtifacts 'data.txt' }