Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Won't Fix
-
Component/s: jobgenerator-plugin
-
Environment:Jenkins 1.531
master on os x 10.7.5
slave on os x 10.8.5
-
Similar Issues:
Description
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.
Attachments
Issue Links
- duplicates
-
JENKINS-2374 Master-Slave Workspace Directory Structure Different
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue duplicates JENKINS-2374 [ JENKINS-2374 ] |
Assignee | Sylvain Benner [ syl20bnr ] | |
Resolution | Won't Fix [ 2 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 151449 ] | JNJira + In-Review [ 193937 ] |
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