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.
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.
Thanks, but I know nothing about Curl, I mean what configuration to add (Executable capabilities). How you provide. Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.