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

How do I fail build if anything gets written to stderr?

splatteredbits March 27, 2015

Our current build server fails a build if anything is written to stderr. I'd like to mimic the same behavior, since we have dozens and dozens of PowerShell scripts whose error handling was written with that behavior in mind.

1 answer

0 votes
RudeyG March 29, 2015

If you don't want to make changes to your existing PowerShell script, one idea is you can write a wrapper script and put that wrapper script into Bamboo Build Plan Task. Wrapper script will do 2 things:

  1. Calling the actual PowerShell script and catch its stderr output;
  2. Generate a non-zero exit code if it caught output in stderr.

 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events