• Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • jobgenerator-plugin
    • 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.

          [JENKINS-19928] unexpected job path on slave

          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

          Geoff Cummings added a comment - 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

          Thank you Vyacheslav for reporting this bug.
          Thank you Geoff for the tip.

          I close this issue since it is not related to this plugin, Vyacheslav, please refer to the duplicated issue link above.

          Sylvain Benner added a comment - Thank you Vyacheslav for reporting this bug. Thank you Geoff for the tip. I close this issue since it is not related to this plugin, Vyacheslav, please refer to the duplicated issue link above.

            syl20bnr Sylvain Benner
            vok1980 Vyacheslav Koshcheyev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: