In the configuration of your multi-brand pipeline, enter: branch / * / build in the "include" field (I assume that you have all svn branches in the branches folder, and the URL of your assembly folder looks something like this: svn_url / branches / my_new_branch / assembly) Then it will only scan the installation folder in each branch.
Warning. After changing this configuration property, your multiband pipeline will only deacon 'build', if you want to index other build folders, you can list them in this property, that is: Include: trunk / build, trunk / other_build, branches / * / build, branches / * / other_build But a cleaner approach is to get only one assembly per multibrand pipeline
source
share