>I have a pipeline which is configured for the SVN path in Jenkins pipeline. ><https://svn.domain.com/org/project/trunk/Platform/Src>https://svn.domain.com/org/project/trunk/Platform/Src > >Within Src, I have a Build folder and there are some projects inside that as >well. So, I want to exclude some projects within the Build folder. So I put >the ExcludedRegions like /Build/ProjectFolder1/.* and so on. But this is not >working. Any help will be appreciated.
Depending on the number of projects to include/exclude you could create a new svn "repository" which just consists of external links to the stuff you want and checkout that. However depending on your structure this might not be feasible. bye Fabi -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/20200824172418.F127141B9BC8%40macserver.private.
