How to run Continuous Integration builds only for feature branches with pull requests?

shaulbehr November 16, 2015

Developers working on feature branches will often push stuff that's not ready for merging, so I don't want to waste cycles building feature branches.

But when a developer submits a pull request, I do want to run a CI build on that branch, because that's now a candidate for merging into our main code base.

How do I set this up?

(Source control is Git / GitHub, though we are planning to migrate to Bitbucket at some point)

1 answer

0 votes
EricH November 16, 2015

We are in a similar situation.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events