Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Duplicate
-
Windows 7, x64
Jenkins 2.19.2
Pipeline 2.4
Description
After last update (not sure which one, everything worked last time on 4. nov 2016) pipeline job began to use local jenkins directory (c:/Users/jenkins/.jenkins) for workspaces completely ignoring settings set under: "Manage Jenkins / Worspace Root DIrectory" and "Manage Jenkins / Build Record Root Directory", which are configured as follow:
Workspace Root Directory = d:/jenkins/ws/$
{ITEM_FULLNAME}/work
Build Record Root Directory = d:/jenkins/ws/${ITEM_FULLNAME}
/builds
Attachments
Issue Links
- duplicates
-
JENKINS-38837 Mutibranch project plugin does not respect "Workspace Root Directory" global configuration
-
- Resolved
-
If you are referring to multibranch Pipeline jobs (branch projects), this is intentional; see release notes for workflow-multibranch.