Plan dependency versus none successfull build

Simon Lapointe February 12, 2013

Does a plan build really has to complete all successfully to trig its child plan or if some test could failed in a job (on nunit parser for instance) and still trigs its child?

I'm using « Block build if parent Plans have unbuilt » setting.

I have plans using many stages each and I want to ensure the completion of all the stages in a plan before going to the next plan.

1 answer

1 accepted

0 votes
Answer accepted
Brent Villalobos
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 12, 2013

You could add a final script task to your job that triggers dependent jobs via a curl command like this:

curl -X POST --user user:password "http://bamboo_url.com/rest/api/latest/queue/PROJECT-PLAN?os_authType=basic"

Where "PROJECT-PLAN" is the Bamboo plan's key.

Simon Lapointe February 13, 2013

Thanks, but I know nothing about Curl, I mean what configuration to add (Executable capabilities). How you provide. Regards.

Simon Lapointe February 13, 2013

Sorry proceed.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events