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 can I trigger build after merged event ?

fgbane
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 25, 2016

This question is in reference to Atlassian Documentation: Event Payloads

I am trying to find a way to trigger a specific event I already how to trigger a build after commit . But what the script willl look like If I have an event such as merge, branch...  For instance ,let's said I have source branch calls Feature and a target branch calls Develop ;so, in this case, it’s the event of triggering a build when any feature branch (feature/*) is merged into the develop branch.What would the script will look  like  with pipelines ?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Tom Bradshaw
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 28, 2016

A merge will kick off a build just like a normal commit. This is because merging is seen by git as being a new commit with two parents.

At the moment Pipelines builds will only be triggered on a push webhook from Bitbucket.

TAGS
AUG Leaders

Atlassian Community Events