Hi, These are the changes I made in trunk to fix [CONTINUUM-2391] Master should not pass full path to local repository to the agent: 1. Add <localRepositories> configuration in build agent configuration file 2. Pass only the name of the local repository from the master to the build agent when building and releasing projects 3. The build agent will match the passed local repository name from the master to the local repositories configured in the build agent config file. This is not case-sensitive (e.g. if Master passes 'DEFAULT' local repository name, the build agent will still be able to match it to a local repository configured with a 'default' name) 4. If no matching local repository is found in the build configuration file, then the local repository set in the build agent's settings.xml file will be used
Any thoughts or comments? :) Thanks, Deng