We have a project with couple of subprojects in the same SVN repository. For example:
svn://ip/svn/ trunk/subproject1 svn://ip/svn/ trunk/subproject2 Is it possible in Jenkins to create conditional trigger on the build step?
I will clarify: I want to execute the Maven build step only if its SVN tree was changed.
For example, svn://ip/svn/ trunk/subproject1 tree was changed. In this case the whole build should be triggered.
Then, (since svn://ip/svn/ trunk/subproject1 tree was changed) the Maven build step for subproject1 will be executed.
But the Maven build step for subproject2 will NOT be executed, since svn://ip/svn/ trunk/subproject2 was not changed.
Any help will be appreciated!
Best regards, Michael