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: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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.

TAGS
AUG Leaders

Atlassian Community Events