I am trying to run Android functional tests on Bamboo that require emulator to run. The problem is that there is no such thing as a very thin Android Emulator Plugin for Bamboo and manual control emulation in Bamboo Shell Scripts, not only it sounds scary, but it really is.
And since I know that โit just worksโ (tm) in the Jenkins world, I wondered if there is a way to alternate these two CI systems with each other, for example, starting a build that is configured using the Jenkins example in Bamboo and returning the results there for evaluation, basically, as if Bamboo controls Jenkins as a โsubordinateโ instance.
Another option is to take the open source Android Emulator plugin and try to turn its code into a Bamboo Add-On, which is likely to be a project on its own. (Remember, all I want is to constantly perform some functional tests ... :)
Any clues?
source share