Forums

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

Trigger pipelines stopped status

Eric Wingate
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!
May 29, 2019

Is it possible to trigger a 'Stopped' status within pipelines during a build?  I am trying to gracefully stop a build if certain criteria is not met without having it give the 'Failure' status.

1 answer

0 votes
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 5, 2019

Hello @Eric_Wingate

That seems a pretty reasonable question and I didn't have tried that in pipelines before.  Thanks to you I tested it now =]

You will need to use the command

 exit 0

wherever you decide if the condition to stop is met.


You could use a bash if-then-else. e.g.

var=stop
if [ $var == 'stop' ]; then exit 0; fi

Please let me know if that solves your case or if there is something else I'm missing.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events