diff --git a/jenkinsfile b/jenkinsfile index 83fcd5c..14ea751 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -13,7 +13,7 @@ pipeline { // Checkout to a specific branch in your repo. sh "git checkout master" sh "chmod u+x ./script.sh" - + sh "script.sh" } } }