Pipelines in Buddy can be triggered in three different ways:
Manually – on click via Buddy's website On event – on git events like push to repository, branch deletion or creation Schedule – on a time interval
Manual trigger
For production pipelines, it is best to set them to manual mode and restrict access rights to senior devs only.
On git event
Event triggers allow you to automate pipelines making them run whenever specific changes to repository are made
On schedule
You can set your pipeline to be triggered at a certain time of the day or to run in specific intervals
Wildcards
You can use a pattern to define which branches or tags will trigger the pipeline. The patterns support ref names and ref paths.