Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to ignore minor build errors/warning in bamboo?

AmitB August 11, 2012

I am getting builds marked as failed due to minor warnings (i.e. doxygen warnings, etc.) Is there a way to ignore output of specific tasks such that the build appears successful?

1 answer

1 accepted

0 votes
Answer accepted
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 11, 2012

if you're running doxygen from a script task, just make sure the status code is 0, for example by putting exit 0 as the last line of your script.

Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 11, 2012

Call a script that calls doxy.exe.

AmitB August 11, 2012

How do I do this from a command task? I call a command task with the executable set to doxy.exe. How do I add additional code to call exit 0 at the end?

AmitB August 11, 2012

Thanks, calling it from a script task and adding exit 0 fixed the problem.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events