-
Bug
-
Resolution: Not A Defect
-
Minor
-
Jenkins 2.392 - Workspace Cleanup Plugin 0.44 - Ubuntu 22.04
Hi, i'm currently facing a problem with the Workspace Cleanup Plugin.
In the pipeline the directory where to build the project is created by the built-in node.
Afterwards the docker agent execute the build and finally the built-in node creates the artifacts and execute the cleanWs() command.
The issue appears at this stage, the built-in node seems to be unable to delete the "foo_ws-cleanup_foo" folder created during the build. Is there any workaround about this?
Thank you in advance.