Missed Team ’24? Catch up on announcements here.

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

How to stop build job from script

Michael Schneidt
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 1, 2019

Is there a way to stop a build job from script?

What I am trying to do is to have script task do a check on a URL with curl and when curl fails the build job should not execute any further tasks and end the build with "did not complete" and not as "failed".

The script task itself can succeed (exit 0) or fail (exit 1), but I find no possibility to prevent proceeding the following tasks without failing the whole build.

It's for an acceptance test job, that should not run tests when the stage is offline. I also found no other way to create such a condition.

1 answer

1 vote
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 15, 2019

Save your script into a file. Then, use Script task Inline option to run the file and detect the exit code.

If the exit code is 1, then use this REST API to stop the build

Edward_Burns July 16, 2019

Please provide example

Like yogev ch likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events