...
If your project is building on Bamboo but is not reporting on unit tests, this could be because:
- Your project is not yet based on the common build and your customized Ant file does not include a test and/or coverage target
- If these targets don't exist, Bamboo cannot report anything. Once you have added these targets (or ported your project has been ported to the common _ build .xml) then talk with the build team about getting your reports workingBamboo to execute your unit tests.
- Bamboo is not executing your test and/or coverage Ant target
- Get with the build team or make the change yourself (see Enrico for Bamboo permissions)
- The build team has not gotten to it yet Your project is based on the common build but is not yet building on Bamboo
- One solution here is to get this effort placed on the build team's backlogThe other solution is to setup , but the preferred approach is...
- Setup your CI build yourself in Bamboo. You will need to interact with Enrico for a Bamboo login and build creation credentials. There is a wiki page under construction for how to setup Bamboo builds here: Bamboo.