Hi,
Can rest api of bamboo, create a release after successful stage of a build? I am using rest api to create a release in bamboo, but the issue is it requires the build result key. But artifacts are available after the first stage and the subsequent stages are so much time consuming. Is there any way to create release after the successful stage. I am aware of the "after successful stage" trigger, but in our case lot of branches are getting created. So we can't add trigger for all branches manually.
Thanks in advance
Hello @robin welcome to the Community :)
If I understood you correctly, the problem you are having is that the stages after the first one are slow and need a lot more time, while you would like to have a release right after the first stage.
Did you consider the alternative to have the plan split into two plans? The first plan after success would trigger both the second plan with slow stages and the deployment.
Victor
Thanks for the response @Victor Debone !!!
I will go with this approach. I would like to know if there is any undocumented REST available to add the "after successful stage" trigger in deployment project environment or even to change the branch of existing trigger. When I inspected the network calls, I found one POST call is going to 'http://url/deploy/config/updateEnvironmentTrigger.action' . But it doesn't worked for me. :(
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.
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.