diff --git a/Jenkinsfile b/Jenkinsfile index accee6f..9d471ee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { checkout scm } } - stage("Shell Script") { + stage("Shell Scripts") { steps { sh "chmod u+x ./startscript.sh" sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript.sh"