git - Bamboo trigger doesn't fire on fitered repository -
i have huge project located in git repository. it's maven project contains prenty of modules, of them can built , deployed separately, of them dependent of others. configured git repository buid plan , works fine - once pushed changes, bamboo build triggered.
but mentioned before, project huge , i'm searching way optimize continuous delivery. i've tried create couple of build plans contain several maven modules. created repositories these build plans using "include / exclude files" feature. entered file pattern /main-project/(subproject1|subproject2|subproject3)/* . expressions work fine, bamboo picks right subfolders when run build manually. problem is, i'd these plans trigger automatically when pushed repo, happens whole project repository without include/exclude filters. trigger doesn't work in case. possible fix it?
Comments
Post a Comment