I've just migrated my CI server from an In company server to a CloudBees server.
My application uses JBehave for functional testing and on the In Company server, i had JBehave hudson plugin (http://jbehave.org/reference/stable/hudson-plugin.html) configured. In this setup my tests was always failling sillently, so after the build process, The plugin would parse the jbehave results files and mark which tests had failled, with detailled information.
Now, on cloudbees it seems that I can't install this plugin. So, what should I do? Stop failling sillently? If I do so, the feedback from tests is very Coarse grained, and they would not be helpful for developers to discover exactly which step had failled.
Is there a way to use JBehave Hudson Plugin inside cloudbees Environment?
Thanks in Advance, and sorry for my bad english.