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:
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
Post a Comment