5 tips to make Git repos Bamboo-friendly

Atlassian have published today a short blog article worth reading about getting our Bamboo system to interact optimally with our GitHub repositories.

The 5 tips include:

  1. Avoid tracking large files in your repo
  2. Use shallow clones for CI
  3. Cache the repo on build agents
  4. Choose your triggers wisely
  5. Stop polling, start hooking

Read the details: http://blogs.atlassian.com/2014/09/ci-git-repos/

2 Likes