-
Bug
-
Resolution: Won't Fix
-
Major
-
Jenkins 1.531
master on os x 10.7.5
slave on os x 10.8.5
On master node Jenkins creates job path
<jobs root>/<job name>/workspace
but on slave node this path looks like
<jobs root>/workspace/<job name>
What's the reason for switching workspace & <job name>? Sims like that is a bug.
- duplicates
-
JENKINS-2374 Master-Slave Workspace Directory Structure Different
-
- Open
-
To get mine the same layout I updated the master workspace location to be the same as the slaves.
Configure System -> advanced button at top of page --> Workspace Root Directory
${JENKINS_HOME}/workspace/${ITEM_FULLNAME}
I like having the workspaces separate from the job config and history on the master.
You can easily delete this workspace directory if required