I have 20 directories under trunk
/trunk/a1
/trunk/a2
/trun/a3
..
..
/trunk/a20
How to exclude (not include) some (arbitrary directories during Jenkins checkout. For example, I want to have all the directories under trunk except /trunk/a3/b1 How to do this?
I already found an answer in SVN checkout ignore folder but this is not possible under Jenkins. Need a much simpler solution where I don't know the number of directories under trunk except the one I want to exclude.
Also how to add a custom svn checkout.Let's say I want to execute svn command line tool to do the checkout?