-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
windows - jenkins 1.575 running on tomcat6
plugin version 0.28
Hi,
If I select:
include -> .folder1/*/f2/f22//.*
=> only the folder f2/f22 and children are deleted which is what is expected
I've configured this plugin to exclude a path I want to keep with this format:
exclude -> .folder1/*/f2/f22//.*
=> this folder is deleted
Am I doing something wrong or the exclude does not work as expected?
Thanks,
FGUN
- is related to
-
JENKINS-50901 EXCLUDE pattern fails to protect parent dir with deleteDir option
-
- Open
-
- relates to
-
JENKINS-12783 Delete workspace before build starts ignores Exlude patterns (for directories)
-
- Open
-
I had this issue too, but while testing it disappeared
I created a dump test job, just for testing this issue. In this job the exlcudes worked.
And now it works at my working job.
My working job just has single file as exclude.
The test job had first an include and exclude. Then i removed the include
I did multiple executions with both configurations.