-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: core
-
Environment:Jenkins ver. 2.138.1
Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-134-generic x86_64)
Full [^systemInfo.txt] attached.
Thanks to  when a relative path is specified for Custom Workspace the resulting workspace path is relative to JENKINS_HOME instead of the default workspace location ${ITEM_FULL_NAME}/workspace as I had expected.JENKINS-17818
The consequence of specifying a relative path of .. for Custom Workspace is that the workspace is set to ${JENKINS_HOME}/.. which Jenkins attempted to wipe out when commencing the Job.
End result is apparently much the same as seen in JENKINS-9806, dozens of jobs configurations, workspaces, build logs, jenkins credentials, ssh keys and so on all recursively deleted.
Â