We have a project with two subprojects in the same SVN repository. For example:
svn://ip/svn/ trunk/subproject1
svn://ip/svn/ trunk/subproject2
The build for project should include results of builds of both subprojects. To make our build faster, I want to run build of subproject1 only if SVN was changed respectively (in the svn://ip/svn/ trunk/subproject1). Similarly for subproject2
What is the best way to do it? Can I do it with a single job? How should I define build triggers in this case?
Or I need to define 3 jobs: one for each subproject or one for each project?
Any help will be appreciated! Best regards, Michael