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 ?
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.
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.