Specify the branch to checkout
This commit is contained in:
parent
3eb57d88b8
commit
8d52c35ed9
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue