Post build action

Marcin Czajka January 26, 2014

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

1 answer

1 accepted

1 vote
Answer accepted
Peter Van de Voorde
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 26, 2014

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

Marcin Czajka January 26, 2014

Hi Peter,

thank you very much for your answer.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events