The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new 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 Champions.
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.

TAGS
AUG Leaders

Atlassian Community Events