We have a repo of many projects. To get around the issue of building all of our bamboo projects on each commit, under Plan Configuration > Repositories we configured our repository's Change detection options to Include only changes that matches the following pattern to the regex ^mycompany\.myproject\/*
This should now only build projects when code changes are applied to mycompany.myproject/ directory which seems to work for our master branch.
Under Plan Configuration > Branches, we set Automatic branch management to New Branches: Create plan branches for all new branches. This was so our feature branches would cause a build when the change was detected.
This should only be the case when that pattern is met but we noticed that every time we push a feature branch of code that is not in mycompany.myproject/ our bamboo projects get built. Is this a bug with the 5.x series or is this an issue with our configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.