jenkinsci / jenkinsci/subversion-plugin
[JENKINS-43191] Unable to exclude "tags" directories in a nested subversion tree
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
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.
---
Originally reported by
simonherbert69, imported from: Unable to exclude "tags" directories in a nested subversion tree
Raw content of original issue
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.
![]()
- environment:
local jenkins installation - Jenkins ver. 2.32.1
1 attachment
- [image-2017-03-29-16-14-51-041.png](https://issues.jenkins.io/secure/attachment/36816/image-2017-03-29-16-14-51-041.png)
> 
Contributor guide
Assessment
This issue has not been assessed yet.