-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Windows 10 for jenkins controller and agent
Jenkins 2.263.3
My pipeline has this operation:
changeAsmVer versionPattern: '${BUILD_VERSION}'
And ends with:
cleanWs()
The clean operation always gives: ERROR: Cannot delete workspace: Unable to delete 'c:\jenkins\workspace\WinTech-adhoc'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.
If I remove changeAsmVer then no cleanup error. Clearly, the changeAsmVer is locking a file or something that prevents the cleanup from working.