gocd-build-github-pull-requests
gocd-build-github-pull-requests copied to clipboard
Defaultbranch property Git Feature Branch (git.fb) plugin
Hi,
What's the exactly purpose of the "Defaultbranch" property in the git.fb plugin? Are the properties of the git.fb plugin documented anywhere?
When I specify a value like "master" for the default branch, then pushed commits to any other branch will still trigger a build, but always the default branch is cloned. I would expect the default branch to be taken for manually triggered build, but when changes on a branch are detected, then that branch should be built, not the default one...
Regards, Dominik