-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
local jenkins installation - Jenkins ver. 2.32.1
We have a nested subversion structure
iccApps
project1
trunk
tags
project2
trunk
tags
project3 ......
I have a groovy script that only needs to process the files under trunk, so I do not want the tags directory and its childen checked out.
I have tried
Excluded Regions = */tags/* |
but to no avail
tags/.* does not work either.