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 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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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
TAGS
AUG Leaders

Atlassian Community Events