I have a Spring project (Apache CXF, Spring, Hibernate, Maven ...) hosted on BitBucket, and I'm trying to use Bamboo as my CI server. My idea is to deploy the code directly to Heroku from Bamboo, so the deployment time is automated.
I developed a plan with several objectives to achieve this. First I have the task of checking the source code and the builder task. Both of them work, code compilation and testing pass, I see this in the task log. The problem is that Bamboo does not seem to recognize the tests (he notes that the task is without tests).
I also tried to create a new JUnit test task, and this is even worse. The magazine shows that everything works correctly, but Bamboo notes the plan as a failure after completing the test task.
Any ideas?
source share