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

Force command task to return 0

Eliza_R April 25, 2016

Can I force the command task to return 0? I'm trying to run a program which runs tests which returns a non-zero exit code whenever a test fails. I want to specify an executable with arguments so I can have it configured as a capability. I have been trying to pass arguments to force a 0 exit code but it doesn't seem to work (e.g. "|| :") even though it appears to be appended correctly in the build logs.

2 answers

0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 29, 2016

There is no option to force command task to return 0.

But, you can create script task, which uses command capability to execute your command and have full control over return code

Eliza_R May 2, 2016

As I mentioned previously it's preferred to use executables as capabilities, it's not ideal to use a command task.

0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 26, 2016

Hello @lintunen,

Usually exit 1 or exit 0 work well. Can you provide your script? 

Eliza_R April 29, 2016

Sorry my bad, I meant command task. I modified the question text above.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events