onepremise / gReview

A Bamboo plugin integrating Gerrit which allows Bamboo to verify changes and update the Gerrit review system.
Apache License 2.0
15 stars 23 forks source link

gReview probelm - bamboo is checking out master branch #30

Closed wasyl77 closed 9 years ago

wasyl77 commented 10 years ago

Hey !

I have a problem with bamboo gReview plugin.

I have created new plan and connected it to gerrit reporistory. Bamboo is pulling repository for changes.

I have develop branch and each commit lands there. After commit the special user is invoking bamboo build plan for gerrit verification and this case works fine.

But another problem is that when reviewer merges that commit to develop branch, the bamboo plan is being invoked and apart from building develop branch it builds master branch.

The same situation exists when I run plan from bamboo manually. It takes revision from master and it tries to build it apart from building develop branch. How to tell bamboo that develop branch should be pulled for changes ?

Why this second build is triggered on master ? Do you have any idea ? I thought it can be some configuration with repository, but not sure how to work it out.

onepremise commented 10 years ago

I apologize for not seeing this earlier. Branching isn't quite fully supported in the current release. We are currently working on branch support for the new release, which should support 5.1 up. Expect a new update by end of October. Sorry for the inconvenience. If you require immediate service, you're welcome to inquire regarding paid support at opensource@houghtonassociates.com. Otherwise, if you can hold out a month, we should have a working update for you then. Thanks.

onepremise commented 10 years ago

New build available for testing: https://vanguard.houghtonassociates.com/browse/GREVIEW-CORE-11

wasyl77 commented 9 years ago

Did not had such problems in last release version. Thanks !