I have http://www/repository/mainline/mainproject its depends on http://www/repository/mainline/subproject1, http://www/repository/mainline/subproject2 also I have http://www/repository/mainline/mainproject2 in the same location and I don't wanna assemble build when smb. commit in mainproject2.
In CC was:
<project name="xxx" buildafterfailed="false">
..
<modificationset quietPeriod="60">
<svn localworkingcopy="projects/subproject1"
property="src.changed.subproject1" />
<svn localworkingcopy="projects/subproject2"
property="src.changed.subproject2" />
<svn localworkingcopy="projects/subproject3" />
</modificationset>
...
I using CC and want to migrate in bamboo.
- relates to
-
BAM-955 Allow a plan to have multiple repositories
- Closed