Hi all,
I have a maven build on x64lin/x64win with compilation/packaging taking about 45m and tests an additional 2-3 hours. I'd like to be like Atlassian's jira team and improve speed by spreading the tests across multiple systems.
What's options does bamboo provide for this kind of thing? Would I break my "build" into steps with one plan per step or is there something more elegant?
I'm using bamboo 2.6.1 and plan to upgrade to most recent. In 2.6.1, many individual plans managed by hand or a script seems the only option. I'd like to have something like quickbuild's cascading configurations where I'd define a top level workflow of steps and then override parts in per branch builds (much like how maven configurations work).
How do you handle complex builds that involve steps across many systems