glob - How to include only a single folder in Bamboo build plan -


i need bamboo build project automatically when file in "api" subfolder changes. when file in other subfolder changes bamboo build plan shouldn't run.

folder structure:

project   - api   - ui   - core 

in plan configuration repositories tab, "include / exclude files" dropdown have selected following option

include changes matches following pattern 

and have tried following patterns:

.*/api/.* api/ api/* api\/* api/** /api/* 

but build plan isn't running. "include / exclude files" dropdown set none build plan runs (but when file changes in other subfolder also)

i can't split project different repositories.

what pattern should use or there other solution this?

it's regular expression root of checkout supposedly, although have not used feature. here of examples:

https://confluence.atlassian.com/display/bamboo052/_planrepositoryincludeexcludefilesexamples?_ga=2.91083610.1778956526.1502832020-118211336.1443803386

what might try let checkout whole thing without include filter set, , don't let delete working directory. on filesystem , verify path root of working directory. test regex against whole path relative working directory.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -