Hi,
I have created a Bamboo plan using the spec for my project.But to run the plan am logging into Bamboo and running it manually.
Is there any option to run the plan from spec itself.
Thanks,
Mahesh R
Its not possible to trigger build from Specs.
Try using the following REST call to trigger it:
curl -u username:password -X POST BAMBOO_URL/rest/api/latest/queue/{projectKey}-{buildKey}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.