How to configure bamboo plan to trigger only after code is approved in Stash

ambicashri shetty May 26, 2015

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.

2 answers

2 votes
Mibex_Software
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 26, 2015

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

0 votes
ambicashri shetty June 1, 2015

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events