Skip to content
onepremise edited this page Jun 26, 2012 · 3 revisions

Welcome to the gReview wiki! gReview is a Bambo-Gerrit integration tool which allows Bamboo to verify changes submitted to Gerrit. Check out a few of our screenshots.

Minor Bug Fixes and Enhancements:

  • Checkout Fails When Bamboo Configured with Native Git
  • Add Git Submodules Capability

Make sure you have Gerrit setup correctly with SSH identity key generated and host used in SSH connection string added to known host. Detailed instructions are available in the Gerrit doc here:

https://gerrit-review.googlesource.com/Documentation/install-quick.html#usersetup

Note: Some builds will still hang in native msysgit mode on Windows due to the following issue with the bamboo-git-plugin: https://jira.atlassian.com/browse/BAM-11096

You can work around this issue by manually adding your hostname, used in the repository configuration, to the msysgit/.ssh/known_hosts file. Example:

127.0.0.1 ssh-rsa XXXXB3NzaC1yc2EAAAADAQABBBBgQC699HzXHwr1H6OJeVlRo7h4r+3PYd0wNkqzl6EUAeU2iZjqFqQL2ZiNVqs2JrpTNadbgtXBNk9rhQIWajQZG9ZJG/OPxe+NOkbWQVevrcELsw5N2wxcJOWz+ey1tFv3VCtNCLUGgF7yIg0kZZVQ+HvAzLoMbiHs0haVmEjnLherSw==

Clone this wiki locally