-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins - 1.588
Matrix Project Plugin - 1.4
I configured a job to work in a custom workspace. This works fine in a regular job, but when using the Matrix plugin, it ignores it, and instead works in a workspace:
<custom_workspace>/<label>/<axis>, e.g.
/var/lib/jenkins/scripts/jenkins_utils/JenkinsCloudSlave1/
Have you tried setting the "Directory for sub-builds" to "."?
This option should checkout all matrix spawns into the same workspace.