I want to trigger Bamboo plan only after the code gets approved in Stash and not after every commit.So the bamboo job is triggered once the code gets aproved but before the code is merged to the repo.
Hi,
As far as I know, there is no built-in way to achieve this. But you could easily write a Stash plug-in that listens for
com.atlassian.stash.event.pull.PullRequestApprovedEvent
and then trigger a build via Bamboo's REST interface. Would that be an option for you? Of course you would also want to change the repository trigger options in Bamboo for the specific plan.
Kind regards,
Michael
Are there any other alternate methods as writing a plugin would require for us to have admin privileges for Stash and going for a SDK setup. We are mainly into ruby scripting.
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.