I want to deploy the artifacts generated after a successful stage of a build plan. I don't want to wait until the build is over because the second and third stage of that plan is much time consuming. I am aware of the "after successful stage" trigger available in the deployment environment settings. But in our case, lot of bamboo plan branches are creating for that plan automatically, so we can't manually add the trigger in the deployment environment for each branch. Is there any way to do it by REST api? Currently what I am doing is waiting for the entire plan to get completed, after that creating a release using that 'plan-key' and deploying there...
Thanks in advance
Try using Bamboo Specs to edit the deployment project with all the triggers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.