diff --git a/Jenkinsfile b/Jenkinsfile index e39ef09..d46e519 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,16 +29,12 @@ pipeline { } } stage("Check out from version control") { - steps { - checkout scm - } + checkout scm } stage("Shell Script") { - steps { sh "chmod u+x ./startscript.sh" sh "KAGGLE_USERNAME=${KAGGLE_USERNAME} KAGGLE_KEY=${KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript.sh" archiveArtifacts 'data.txt' - } } } } \ No newline at end of file