-
Bug
-
Resolution: Unresolved
-
Critical
-
None
When "Disable deferred wipeout" is checked (either at job or at jenkins node level), workspace is not deleted properly. It appears directories are NOT deleted, but files underneath are.
When "Disable deferred wipeout" is checked (either at job or at jenkins node level), workspace is not deleted properly. It appears directories are NOT deleted, but files underneath are.
I have the same problem but only on freestyle jobs. Both set or not set deferred wipeout didn't delete the directories, just files inside all directories.
This is not occuring on pipeline jobs when deleteDirs = true, as expected.
I am using as a post build action in my jobs.