The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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.

TAGS
AUG Leaders

Atlassian Community Events