Is there a way to trigger a Bamboo build on changes to a specific sub-directory of a git repository?

Julie Pickhardt February 2, 2014

Our project is a sub-project/sub-directory in a much larger git repository. At this time, moving our sub-project to its own repo is unfortunately not an option.

We would like to trigger our builds based on changes to our sub-project, only, not on any change to the entire repository. Is this possible? Has anyone else run into this situation and solved it?

Thank you very much for any help you can offer.

Julie Pickhardt

4 answers

1 accepted

4 votes
Answer accepted
Jason Monsorno
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 Leaders.
February 2, 2014

Configure the plan, goto the Repositories tab and select your repository.

Scroll down to the bottom and expand Advanced Options.

There is a dropdown for "Include / exclude files", select "Include only changes that matches to the following pattern" then a textbox will appear underneath it where you can specify a regular expression to express your subdirectory. Example that works for me:

sub/directory/*

Julie Pickhardt February 4, 2014

I actually had to enter the regex like this:

sub\/directory\/.*

But that worked perfectly. Thank you so much for your help!

helmerm January 12, 2015

I have a Vision subdirectory under the git root and set the include to .*/Vision/.*, but the build is never triggered. Where is the pattern executed? Can I see the output somewhere?

Christopher Bartlett June 13, 2016

I have tried this with a linked repository and a straight stash repository and neither has worked.  I have tried adding the sub directory as <foldername>\/* and <foldername>/* and that has not worked either. Is there something that I am missing here?

I have also tried and actual fully qualified regular expression as per the Bamboo documentation and it does not pick up the check in.  Is there a way to see the output?  I have a build that is just a straight trigger on the entire repository and it works every time without fail.

Csaba Kiss July 31, 2017

I agree with Christopher's comment.  I have tried all combinations in v7.2.2 similar to what he described and nothing seems to work.  What am I missing?

Any help?

Hubert Cross February 19, 2020

This only works for plan-level repositories if you want to restrict the builds of a plan. It's worth mentioning that plan-level repositories are deprecated, so we don't know how much longer they will work in future versions of bamboo ...

3 votes
Cathal King July 29, 2014

There are examples provided here that you might find useful:

https://confluence.atlassian.com/display/BAMBOO052/_planRepositoryIncludeExcludeFilesExamples

1 vote
NullPointer January 4, 2022

It is 2022 now. Is this nasty workaround still the solution for the OP's question? 

0 votes
Config Manager
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 Leaders.
February 5, 2014

I was pondering exactly the same problem and so this is great :-) When I tried it I didn't have to escape the forward clashes - i.e sub/directory/.* worked fine.

A follow on question that someone may be able to answer...

I tried to define the include pattern with a variable like this :

${bamboo.appname}/.*

but first it wouldn't accept this as a valid regexp, and when I escaped the $ { and } it seemed to take it literally, i.e. it didn't substitute the variable. Anyone know if a variable can be used, and how?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events