I have a mvn project on bamboo. We generate some custom test reports based on sure fire reports. This is done by mvn javadoc plugin (test reports contain also documentation of test). I wanted to do:
mvn clean install javadoc:test-javadoc
The thing is that javadoc plugin won't be called in case of test failures, of course I want to have both: build failure in case of test failure and reports. Ignoring test failures during the build is not the option.
Is there any way to add some post build task which is executed after each build?
I found:
https://confluence.atlassian.com/display/BAMBOO026/Post+Build+Completed+Action+Module
but this requires additional coding and maybe there is more simple solution
regards
Hi Marcin,
You could simply make the post build task a final task in you Bamboo job.
Take a look here for more information : https://confluence.atlassian.com/display/BAMBOO/Configuring+tasks
Best regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.