Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can a pipeline trigger from multiple repositories?

Shaun Greene January 25, 2017

I'm currently working on a project with Bitbucket Cloud that uses Google Repo (https://code.google.com/p/git-repo/) to manage multiple repositories within the project.  Is it possible to configure pipelines such that a commit to any repository in the project will trigger "the build"?  I'm used to doing this with Bamboo, but I'm not sure how to set this up with pipelines in the cloud. 

2 answers

2 votes
Shaun Greene January 27, 2017

The project is build on Yocto (https://www.yoctoproject.org/) which has layers from multiple repositories.  The individual repositories can't be built independently.  I'm using Google's Repo tool to fetch all of the repositories before running the build script that is in one of the repositories, but needs all of the repositories to build successfully.  

My goal is to run the one build if any of the repositories get a commit pushed to them.  

The REST API might be a good solution.  I'll look into that. Thanks. 

1 vote
xtjhin
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 26, 2017

Could you explain your set up a bit more and why you would like to trigger another repository from a push?

A possible way is to trigger another repository is by using our REST API https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/pipelines/#post

from your pipeline steps.

minghua August 1, 2018

Joshua, Shaun,

If trigger through the API using an app password, what would be the permissions given to the app password?

Thanks.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events