I have 20 directories under the trunk
/trunk/a1 /trunk/a2 /trun/a3 .. .. /trunk/a20
How to exclude (not include) some (arbitrary directories during the Jenkins check. For example, I want to have all directories under the trunk except / trunk / a3 / b1 How to do this?
I already found the answer in the SVN ignore folder , but this is not possible under Jenkins. A much simpler solution is needed in which I do not know the number of directories under the body, except for the ones I want to exclude.
Also how to add custom svn check. Say I want to run the svn command line tool to perform a check?
source share