Re: ExcludedRegions for SVN not working in Pipeline

2020-08-27 Thread Ven H
No one else faced this issue before? Unfortunately, there is no good documentation or blogs or forums for this. Regards, Venkatesh On Tue, Aug 25, 2020 at 8:54 PM Ven H wrote: > Here is some update. I was able to solve this *partially*. I hope it will > help someone in a similar situation. In

Re: ExcludedRegions for SVN not working in Pipeline

2020-08-25 Thread Ven H
Here is some update. I was able to solve this *partially*. I hope it will help someone in a similar situation. In my Jenkins Script (Scripted, I hope it will work in Declarative approach too), I made the following changes in my checkout step. checkout([$class: 'SubversionSCM', excludedRegions: '*

Re: ExcludedRegions for SVN not working in Pipeline

2020-08-24 Thread Fabian Cenedese
>I have a pipeline which is configured for the SVN path in Jenkins pipeline. >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

Re: ExcludedRegions for SVN not working in Pipeline

2020-08-24 Thread Ven H
Has anyone faced this? Does anyone have any idea? Please help. Regards, Venkatesh On Fri, Aug 21, 2020 at 12:05 AM Ven H wrote: > Does anyone have a solution for this? > > > Regards, > Venkatesh > > > On Thu, Aug 13, 2020 at 12:00 PM Ven H wrote: > >> Hi, >> >> I have a pipeline which is conf

Re: ExcludedRegions for SVN not working in Pipeline

2020-08-20 Thread Ven H
Does anyone have a solution for this? Regards, Venkatesh On Thu, Aug 13, 2020 at 12:00 PM Ven H wrote: > Hi, > > I have a pipeline which is configured for the SVN path in Jenkins > pipeline. https://svn.domain.com/org/project/trunk/Platform/Src > > Within Src, I have a Build folder and there

ExcludedRegions for SVN not working in Pipeline

2020-08-13 Thread Ven H
Hi, I have a pipeline which is configured for the SVN path in Jenkins pipeline. 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 Exclud