I have a plan that points to master by default. I have my develop branch and staging branches set to automatically update with branch updater.
Is there a way to have builds on develop and staging branches triggered when repository polling on the master branch detects a change?
Hello Neil,
I believe you could try adding a secondary repository to your Plan, which would be pointing to the same repository (i.e you would have probably two repositories defined:
1) MyRepository (default) : git://myhost/repos/project.git
2) secondary : git://myhost/repos/project.git
)
That way you could override Triggers configuration for your "develop" and "staging" plan-branches: for each of them you should add a Trigger that would poll for the changes in the "secondary" repository (which always points to the 'master' branch, even on plan-branches).
Does this help you somehow?
regards
Yes, that does work the way I was hoping. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.