|
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?
<hudson.plugins.ws_cleanup.WsCleanup plugin="ws-cl...@0.28"><patterns><hudson.plugins.wscleanup.Pattern><pattern>.folder1/*/f2/f22//.*</pattern><type>EXCLUDE</type></hudson.plugins.wscleanup.Pattern></patterns><deleteDirs>true</deleteDirs><skipWhenFailed>false</skipWhenFailed><cleanWhenSuccess>true</cleanWhenSuccess><cleanWhenUnstable>true</cleanWhenUnstable><cleanWhenFailure>true</cleanWhenFailure><cleanWhenNotBuilt>true</cleanWhenNotBuilt><cleanWhenAborted>true</cleanWhenAborted><notFailBuild>true</notFailBuild><cleanupMatrixParent>false</cleanupMatrixParent><externalDelete/></hudson.plugins.ws_cleanup.WsCleanup>
Thanks, FGUN
|