-
Bug
-
Resolution: Fixed
-
Major
Only considers direct subdirectories of jobs, and later calls getItem which can only work for top-level jobs.
Also process(Jenkins) is only looking for $JENKINS_HOME/jobs/*/workspace/ for builds run on master, which is deprecated—new installations use $JENKINS_HOME/workspace/*/. Ideally would handle any workspace location pattern, since this is configurable.
- is related to
-
JENKINS-4501 WorkspaceCleanupThread deletes Matrix project workspaces
- Resolved