diff --git a/Jenkinsfile b/Jenkinsfile index 1bb033d..ca060b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,9 @@ pipeline { } stage("Shell Script") { - sh "chmod u+x ./startscript.sh" + steps { + sh "chmod u+x ./startscript.sh" + } } } } \ No newline at end of file