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' }