diff --git a/deployment/delivery-pipeline.groovy b/deployment/delivery-pipeline.groovy index ecfb3a9..b451f5b 100644 --- a/deployment/delivery-pipeline.groovy +++ b/deployment/delivery-pipeline.groovy @@ -3,7 +3,7 @@ node() { stage("Checkout") { deleteDir() - git(url: "https://github.com/omallo/ruby-ex.git", credentialsId: "github-omallo") + git(url: "https://github.com/omallo/ruby-ex.git", branch: "master", credentialsId: "github-omallo") } def config = occd.parseConfig(readFile("deployment/config.yaml"))